|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nonesole.persistence.file.catalog.CatalogFactory
public class CatalogFactory
Catalog Factory
Constructor Summary | |
---|---|
CatalogFactory()
|
Method Summary | |
---|---|
java.lang.String |
getDefaultFileName()
Get default manage file name of catalog service from config.properties file |
static CatalogFactory |
getInstance()
|
ICatalog |
getMemoryCatalog(java.lang.String filePath)
Rapidly get Catalog of filePath |
CatalogFactory |
reload(java.lang.String filePath)
Get Catalog of filePath |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogFactory()
Method Detail |
---|
public static final CatalogFactory getInstance()
public final CatalogFactory reload(java.lang.String filePath) throws OperationsException, java.io.IOException
filePath
-
OperationsException
java.io.IOException
public final ICatalog getMemoryCatalog(java.lang.String filePath) throws OperationsException, java.io.IOException
filePath
-
OperationsException
java.io.IOException
public final java.lang.String getDefaultFileName() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |