public class Properties
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.math.BigInteger |
asBigInteger(java.lang.String propertyName) |
static java.util.Set<java.lang.String> |
asKeySet(java.lang.String propertyName) |
static boolean |
isOverrideSet(java.lang.String propertyName)
Return whether a particular override has been set to true.
|
static boolean |
removeThreadOverride(java.lang.String propertyName)
Enable the specified override property in the current thread only.
|
static boolean |
setThreadOverride(java.lang.String propertyName,
boolean enable)
Enable the specified override property for the current thread only.
|
public static boolean isOverrideSet(java.lang.String propertyName)
propertyName
- the property name for the override.public static boolean setThreadOverride(java.lang.String propertyName, boolean enable)
propertyName
- the property name for the override.enable
- true if the override should be enabled, false if it should be disabled.public static boolean removeThreadOverride(java.lang.String propertyName)
propertyName
- the property name for the override.public static java.math.BigInteger asBigInteger(java.lang.String propertyName)
public static java.util.Set<java.lang.String> asKeySet(java.lang.String propertyName)