public class ConfigurationServiceImpl extends DefaultComponent implements ConfigurationService
Modifier and Type | Field and Description |
---|---|
static String |
CONFIGURATION_EP |
protected static org.apache.commons.logging.Log |
log |
protected ConfigurationPropertyRegistry |
registry |
lastModified
Constructor and Description |
---|
ConfigurationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getProperty(String key)
Returns the given property value if any, otherwise null.
|
String |
getProperty(String key,
String defaultValue)
Returns the given property value if any, otherwise returns the given default value.
|
boolean |
isBooleanPropertyFalse(String key)
Returns true if given property is false when compared to a boolean value.
|
boolean |
isBooleanPropertyTrue(String key)
Returns true if given property is true when compared to a boolean value.
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
activate, deactivate, getAdapter, getLastModified, registerExtension, setLastModified, setModifiedNow, start, stop, unregisterExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applicationStarted, getApplicationStartedOrder
protected static final org.apache.commons.logging.Log log
public static final String CONFIGURATION_EP
protected ConfigurationPropertyRegistry registry
public ConfigurationServiceImpl()
public String getProperty(String key)
ConfigurationService
getProperty
in interface ConfigurationService
key
- the property keypublic String getProperty(String key, String defaultValue)
ConfigurationService
getProperty
in interface ConfigurationService
key
- the property keydefaultValue
- the default value for this keypublic boolean isBooleanPropertyTrue(String key)
ConfigurationService
isBooleanPropertyTrue
in interface ConfigurationService
public boolean isBooleanPropertyFalse(String key)
ConfigurationService
isBooleanPropertyFalse
in interface ConfigurationService
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
Copyright © 2018 Nuxeo. All rights reserved.