|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataStoreProvider
Implementations plug-in MetadataStore
s.
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. |
Method Detail |
---|
java.lang.String getConfigNamespace()
null
java.net.URL getConfigSchema()
null
java.net.URL getConfigTemplate()
null
MetadataStore getMetadataStore(java.net.URL configURL) throws MetadataStoreException
MetadataStore
instance from the given configuration document.
configURL
- location of the configuration document, must not be null
MetadataStore
- if the configuration contains an error or creation fails
MetadataStoreException
java.lang.String[] getCreateStatements(java.net.URL configURL) throws java.io.UnsupportedEncodingException, java.io.IOException
java.io.UnsupportedEncodingException
java.io.IOException
java.lang.String[] getDefaultCreateStatements() throws java.io.UnsupportedEncodingException, java.io.IOException
java.io.UnsupportedEncodingException
java.io.IOException
java.lang.String[] getDropStatements(java.net.URL configURL) throws java.io.UnsupportedEncodingException, java.io.IOException
java.io.UnsupportedEncodingException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |