|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.metadata.persistence.iso.ISOMetadataStoreProvider
public class ISOMetadataStoreProvider
MetadataStoreProvider
for the ISOMetadataStore
.
Constructor Summary | |
---|---|
ISOMetadataStoreProvider()
|
Method Summary | |
---|---|
java.lang.String |
getConfigNamespace()
Returns the namespace for configurations documents that this provider handles. |
java.net.URL |
getConfigSchema()
Returns the URL for retrieving the configuration document schema. |
java.net.URL |
getConfigTemplate()
Returns the URL for retrieving the configuration document template. |
java.lang.String[] |
getCreateStatements(java.net.URL configURL)
|
java.lang.String[] |
getDefaultCreateStatements()
|
java.lang.String[] |
getDropStatements(java.net.URL configURL)
|
MetadataStore |
getMetadataStore(java.net.URL configURL)
Creates a new MetadataStore instance from the given configuration document. |
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 java.lang.String getConfigNamespace()
MetadataStoreProvider
getConfigNamespace
in interface MetadataStoreProvider
null
public java.net.URL getConfigSchema()
MetadataStoreProvider
getConfigSchema
in interface MetadataStoreProvider
null
public java.net.URL getConfigTemplate()
MetadataStoreProvider
getConfigTemplate
in interface MetadataStoreProvider
null
public java.lang.String[] getCreateStatements(java.net.URL configURL) throws java.io.UnsupportedEncodingException, java.io.IOException
getCreateStatements
in interface MetadataStoreProvider
java.io.UnsupportedEncodingException
java.io.IOException
public java.lang.String[] getDefaultCreateStatements() throws java.io.UnsupportedEncodingException, java.io.IOException
getDefaultCreateStatements
in interface MetadataStoreProvider
java.io.UnsupportedEncodingException
java.io.IOException
public java.lang.String[] getDropStatements(java.net.URL configURL) throws java.io.UnsupportedEncodingException, java.io.IOException
getDropStatements
in interface MetadataStoreProvider
java.io.UnsupportedEncodingException
java.io.IOException
public MetadataStore getMetadataStore(java.net.URL configURL) throws MetadataStoreException
MetadataStoreProvider
MetadataStore
instance from the given configuration document.
getMetadataStore
in interface MetadataStoreProvider
configURL
- location of the configuration document, must not be null
MetadataStoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |