|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.metadata.persistence.ebrim.eo.EbrimEOMDStoreProvider
public class EbrimEOMDStoreProvider
MetadataStoreProvider
for EbrimEOMDStore
s
Constructor Summary | |
---|---|
EbrimEOMDStoreProvider()
|
Method Summary | |
---|---|
MetadataStore<RegistryObject> |
create(URL configUrl)
|
String |
getConfigNamespace()
Returns the namespace for configuration documents that this provider handles. |
URL |
getConfigSchema()
Returns the URL for retrieving the configuration document schema. |
String[] |
getCreateStatements(ConnectionManager.Type dbType)
|
Class<? extends ResourceManager>[] |
getDependencies()
|
String[] |
getDropStatements(ConnectionManager.Type dbType)
|
void |
init(DeegreeWorkspace workspace)
Will be called before any call to #create. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EbrimEOMDStoreProvider()
Method Detail |
---|
public void init(DeegreeWorkspace workspace)
ExtendedResourceProvider
init
in interface ExtendedResourceProvider<MetadataStore>
public MetadataStore<RegistryObject> create(URL configUrl) throws ResourceInitException
create
in interface ExtendedResourceProvider<MetadataStore>
null
ResourceInitException
public Class<? extends ResourceManager>[] getDependencies()
getDependencies
in interface ExtendedResourceProvider<MetadataStore>
public String getConfigNamespace()
ResourceProvider
getConfigNamespace
in interface ResourceProvider
null
public URL getConfigSchema()
ResourceProvider
getConfigSchema
in interface ResourceProvider
null
public String[] getCreateStatements(ConnectionManager.Type dbType) throws UnsupportedEncodingException, IOException
getCreateStatements
in interface MetadataStoreProvider
UnsupportedEncodingException
IOException
public String[] getDropStatements(ConnectionManager.Type dbType) throws UnsupportedEncodingException, IOException
getDropStatements
in interface MetadataStoreProvider
UnsupportedEncodingException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |