public interface LocationUriConfigurer
LocationUriProvider using
configuration admin| Modifier and Type | Method and Description |
|---|---|
void |
createLocationUri(java.lang.String id,
java.lang.String schema,
java.lang.String base,
java.lang.String path,
java.lang.String context)
Creates a new configuration for a provider for the given parameters
|
void |
deleteLocationUri(java.lang.String id)
Removes a configuration with the given id
|
void |
updateLocationUri(java.lang.String id,
java.lang.String schema,
java.lang.String base,
java.lang.String path,
java.lang.String context)
Updates a new configuration for a provider for the given parameters.
|
void |
updateLocationUri(java.lang.String id,
java.lang.String schema,
java.lang.String base,
java.lang.String path,
java.lang.String context,
boolean create)
Updates a new configuration for a provider for the given parameters.
|
void createLocationUri(java.lang.String id,
java.lang.String schema,
java.lang.String base,
java.lang.String path,
java.lang.String context)
id - the provider id/configuration idschema - the uri schemabase - a base uripath - a path under the base uricontext - a special context identifier, which is a last segment in the uri pathvoid updateLocationUri(java.lang.String id,
java.lang.String schema,
java.lang.String base,
java.lang.String path,
java.lang.String context)
id - the provider id/configuration idschema - the uri schemabase - a base uripath - a path under the base uricontext - a special context identifier, which is a last segment in the uri pathvoid updateLocationUri(java.lang.String id,
java.lang.String schema,
java.lang.String base,
java.lang.String path,
java.lang.String context,
boolean create)
id - the provider id/configuration idschema - the uri schema, can be nullbase - a base uri, can be nullpath - a path under the base uri, can be nullcontext - a special context identifier, which is a last segment in the uri path, can be nullcreate - set to true, to create a new configuration, if none already existsvoid deleteLocationUri(java.lang.String id)
id - the configuration idData In Motion Consulting GmbH