|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.client2.common.configurators.BaseConfigurator
public class BaseConfigurator
The convenience methods for loading configurators using Reflection API.
Constructor Summary | |
---|---|
BaseConfigurator()
|
Method Summary | ||
---|---|---|
static
|
load(java.lang.String name,
java.lang.String defaultName)
Load the class specified in the supplied System property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseConfigurator()
Method Detail |
---|
public static <Configurator extends BaseConfigurator> Configurator load(java.lang.String name, java.lang.String defaultName) throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.ClassNotFoundException
Configurator
- the return typename
- the name of the System propertydefaultName
- the default value of the property
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |