@Deprecated public class PropertyUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXPORTED_PROPERTIES_VAR_NAME
Deprecated.
|
static String |
PROPAGATED_PROPERTIES_VAR_NAME
Deprecated.
Name of the java property that contains the names of currently exported properties
|
static String |
VARS_VAR_SEPARATOR
Deprecated.
|
Constructor and Description |
---|
PropertyUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
exportProperty(String key)
Deprecated.
This method allows to export a java property, i.e.
|
static void |
propagateProperty(String key)
Deprecated.
This method allows to propagate a java property, i.e.
|
public static final String PROPAGATED_PROPERTIES_VAR_NAME
public static final String EXPORTED_PROPERTIES_VAR_NAME
public static final String VARS_VAR_SEPARATOR
public static void propagateProperty(String key)
key
- the name of the propagated property.IllegalArgumentException
- if the property key is not set.public static void exportProperty(String key)
key
- the name of the exported property.IllegalArgumentException
- if the property key is not set.