public class ConfigurableLocationUriProvider extends java.lang.Object implements LocationUriProvider
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTEXT |
static java.lang.String |
ID |
static java.lang.String |
LOCATION |
static java.lang.String |
PATH |
static java.lang.String |
SCHEME |
BASE_LOCATION, DISPOSE, FILE, PROJECT, SCHEME_EWS, SCHEME_FILE, SCHEME_TMP| Constructor and Description |
|---|
ConfigurableLocationUriProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(java.util.Map<java.lang.String,java.lang.String> properties)
Activate method called by the OSGi framework
|
java.lang.String |
getId()
Returns the location id
|
java.lang.String |
getLocationUri()
Returns the location URI as
String |
void |
modified(java.util.Map<java.lang.String,java.lang.String> properties)
Modified method called by the OSGi framework
|
public static final java.lang.String ID
public static final java.lang.String SCHEME
public static final java.lang.String LOCATION
public static final java.lang.String PATH
public static final java.lang.String CONTEXT
public java.lang.String getId()
LocationUriProvidergetId in interface LocationUriProviderpublic java.lang.String getLocationUri()
LocationUriProviderStringgetLocationUri in interface LocationUriProviderStringpublic void activate(java.util.Map<java.lang.String,java.lang.String> properties)
properties - the configuration propertiespublic void modified(java.util.Map<java.lang.String,java.lang.String> properties)
properties - the configuration propertiesData In Motion Consulting GmbH