public class CommandParserConfigImpl extends BaseConfig implements CommandParserConfig
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BLACKLIST
Deprecated.
|
static java.lang.String |
DISALLOW |
static java.lang.String |
ENABLED |
static java.lang.String |
ROOT |
static java.lang.String |
SYSTEM_PROPERTY_ROOT |
addDeprecatedProperties, COMMA_SEPARATOR, deprecatedProperties, SEMI_COLON_SEPARATOR, systemPropertyPrefix| Constructor and Description |
|---|
CommandParserConfigImpl(java.util.Map<java.lang.String,java.lang.Object> props) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getDisallowedCommands() |
boolean |
isEnabled() |
addDeprecatedProperty, castValue, clearDeprecatedProperties, getDoubleProperty, getIntegerSet, getIntProperty, getProperties, getProperty, getProperty, getPropertyFromSystemEnvironment, getPropertyFromSystemProperties, getStringPropertyOrNull, getSystemPropertyKey, getUniqueStrings, getUniqueStrings, getUniqueStringsFromCollection, getUniqueStringsFromCollection, getUniqueStringsFromString, nestedPropspublic static final java.lang.String ROOT
public static final java.lang.String ENABLED
public static final java.lang.String DISALLOW
@Deprecated public static final java.lang.String BLACKLIST
public static final java.lang.String SYSTEM_PROPERTY_ROOT
public CommandParserConfigImpl(java.util.Map<java.lang.String,java.lang.Object> props)
public boolean isEnabled()
isEnabled in interface CommandParserConfigpublic java.util.Set<java.lang.String> getDisallowedCommands()
getDisallowedCommands in interface CommandParserConfig