|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.satline.util.factory.GenericFactory<P>
public abstract class GenericFactory<P>
| Constructor Summary | |
|---|---|
protected |
GenericFactory()
|
| Method Summary | ||
|---|---|---|
abstract P |
createEntity(org.apache.commons.configuration.Configuration conf)
|
|
static
|
getFactory(java.lang.Class<X> entityClass,
java.lang.String name)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected GenericFactory()
| Method Detail |
|---|
public static <X> GenericFactory<X> getFactory(java.lang.Class<X> entityClass,
java.lang.String name)
throws FactoryException
FactoryException
public abstract P createEntity(org.apache.commons.configuration.Configuration conf)
throws FactoryException
FactoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||