public interface ICatalogManagerFactory
Modifier and Type | Field and Description |
---|---|
static ICatalogManagerFactory |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
ICatalogManager |
createCatalogManager(ICatalogManagerConfiguration catalogMgrconfig,
ResourceSet resourceSet)
The returned catalog will not be serialized on file system.
|
ICatalogManager |
getOrCreateCatalogManager(ICatalogManagerConfiguration catalogMgrconfig,
ResourceSet resourceSet,
java.lang.String catalogId)
The returned catalog will be serialized on file system.
|
static final ICatalogManagerFactory DEFAULT
ICatalogManager getOrCreateCatalogManager(ICatalogManagerConfiguration catalogMgrconfig, ResourceSet resourceSet, java.lang.String catalogId)
ICatalogManager createCatalogManager(ICatalogManagerConfiguration catalogMgrconfig, ResourceSet resourceSet)
tmp://