|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectceleboss.FactoryLoader
This is a static class that provides one centralised place to load the correct HTMLDataSourceFactory for a set of options. It is generally used to extract the external properties from command line or System properties.
| Field Summary | |
static java.lang.String |
FILEFACTORY
Factory name for file based. |
static java.lang.String |
WEBFACTORY
Factory name of web |
| Method Summary | |
static CelebDataSourceFactory |
loadFactory(java.lang.String property)
This method scans the command line arguments to extract those that are relevant to factory loading. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String FILEFACTORY
public static final java.lang.String WEBFACTORY
| Method Detail |
public static CelebDataSourceFactory loadFactory(java.lang.String property)
property - Command line argument relevant to factory loading.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||