|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyConfig
PropertyConfig provides an interface for objects that can be
configured with a PropertyInvoker.
| Method Summary | |
|---|---|
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)
See setEnvironmentProperties(String,String). |
void |
setEnvironmentProperties(Properties properties)
See setEnvironmentProperties(String,String). |
void |
setEnvironmentProperties(String name,
String value)
This adds environment properties to this object. |
| Method Detail |
|---|
String getPropertiesDomain()
String properties domainboolean hasEnvironmentProperty(String name)
name - String to check
boolean whether the supplied property exists
void setEnvironmentProperties(String name,
String value)
name - String property namevalue - String property valuevoid setEnvironmentProperties(Properties properties)
setEnvironmentProperties(String,String).
properties - Propertiesvoid setEnvironmentProperties(Hashtable<String,String> properties)
setEnvironmentProperties(String,String).
properties - Hashtable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||