public interface PropertyConfig
PropertyConfig provides an interface for objects that can be
configured with a PropertyInvoker.| Modifier and Type | Method and Description |
|---|---|
String |
getPropertiesDomain()
This returns the properties domain for this property config.
|
boolean |
hasEnvironmentProperty(String name)
This returns whether the supplied property exists.
|
void |
setEnvironmentProperties(Hashtable<String,String> properties)
|
void |
setEnvironmentProperties(Properties properties)
|
void |
setEnvironmentProperties(String name,
String value)
This adds environment properties to this object.
|
String getPropertiesDomain()
String properties domainboolean hasEnvironmentProperty(String name)
name - String to checkboolean whether the supplied property existsvoid setEnvironmentProperties(String name, String value)
name - String property namevalue - String property valuevoid setEnvironmentProperties(Properties properties)
properties - PropertiesCopyright © 2014. All rights reserved.