public class SystemProperties extends Object
| Constructor and Description |
|---|
SystemProperties() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getComponentProperties(String component)
Returns the value of the property with the key
|
static String |
getComponentProperty(String component,
String key)
Returns the value of the property with the key
|
static String |
getProperty(String key)
Returns the value of the property with the key
|
static void |
setComponentProperty(String component,
String key,
String value)
Set the value of the property
|
static void |
setProperty(String key,
String value)
Set the value of the property
|
public static String getProperty(String key)
key - The key of the property node.public static String getComponentProperty(String component, String key)
component - The component name of the propertykey - The key of the propertypublic static Map<String,String> getComponentProperties(String component)
component - The component value of the propertiespublic static void setProperty(String key, String value)
key - The key of the propertyvalue - The value of the propertyMMBase 1.9-SNAPSHOT - ${javadoctimestamp}