|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.metadata.iso.persistence.ISOMetadataStoreProvider
public class ISOMetadataStoreProvider
MetadataStoreProvider for the ISOMetadataStore.
| Constructor Summary | |
|---|---|
ISOMetadataStoreProvider()
|
|
| Method Summary | |
|---|---|
ISOMetadataStore |
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 ISOMetadataStoreProvider()
| Method Detail |
|---|
public String getConfigNamespace()
ResourceProvider
getConfigNamespace in interface ResourceProvidernullpublic URL getConfigSchema()
ResourceProvider
getConfigSchema in interface ResourceProvidernull
public String[] getCreateStatements(ConnectionManager.Type dbType)
throws UnsupportedEncodingException,
IOException
getCreateStatements in interface MetadataStoreProviderUnsupportedEncodingException
IOException
public String[] getDropStatements(ConnectionManager.Type dbType)
throws UnsupportedEncodingException,
IOException
getDropStatements in interface MetadataStoreProviderUnsupportedEncodingException
IOException
public ISOMetadataStore create(URL configUrl)
throws ResourceInitException
create in interface ExtendedResourceProvider<MetadataStore>null
ResourceInitExceptionpublic Class<? extends ResourceManager>[] getDependencies()
getDependencies in interface ExtendedResourceProvider<MetadataStore>public void init(DeegreeWorkspace workspace)
ExtendedResourceProvider
init in interface ExtendedResourceProvider<MetadataStore>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||