|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureStoreProvider
The class TODO add class documentation here.
FeatureStore
,
FeatureStoreManager
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. |
FeatureStore |
getFeatureStore(java.net.URL configURL)
Creates a new FeatureStore instance from the given configuration document. |
Method Detail |
---|
java.lang.String getConfigNamespace()
null
java.net.URL getConfigSchema()
null
java.net.URL getConfigTemplate()
null
FeatureStore getFeatureStore(java.net.URL configURL) throws FeatureStoreException
FeatureStore
instance from the given configuration document.
configURL
- location of the configuration document, must not be null
FeatureStoreException
- if the configuration contains an error or creation fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |