|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectceleboss.HTMLload.FileFactory
This is the implementation of the Abstract Factory pattern. It's purpose is to provide a test service.
| Field Summary | |
static java.lang.String |
DEFAULTCACHE
This is the default cache directory |
| Constructor Summary | |
FileFactory()
|
|
| Method Summary | |
CelebDataSource |
createSource(java.lang.String username,
java.lang.String password)
Creates a new File Data source instance. |
void |
setOptions(java.lang.String factoryOptions)
FIle factory has no options |
| 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 DEFAULTCACHE
| Constructor Detail |
public FileFactory()
| Method Detail |
public CelebDataSource createSource(java.lang.String username,
java.lang.String password)
createSource in interface CelebDataSourceFactoryusername - Name of user.password - Password entry, this is unused.
public void setOptions(java.lang.String factoryOptions)
setOptions in interface CelebDataSourceFactoryfactoryOptions - Options
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||