Package | Description |
---|---|
org.ovirt.engine.core.config | |
org.ovirt.engine.core.config.validation |
Modifier and Type | Method and Description |
---|---|
ConfigActionType |
EngineConfigMap.getConfigAction() |
ConfigActionType |
EngineConfigCLIParser.getConfigAction() |
Modifier and Type | Method and Description |
---|---|
void |
EngineConfigMap.setConfigAction(ConfigActionType configAction) |
Modifier and Type | Method and Description |
---|---|
static ConfigActionType |
ConfigActionType.getActionType(String arg) |
static ConfigActionType |
ConfigActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigActionType[] |
ConfigActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GetValidator.validate(ConfigActionType actionType,
EngineConfigMap engineConfigMap)
Validates that the 'get' action has a key.
|
void |
EngineConfigValidator.validate(ConfigActionType actionType,
EngineConfigMap engineConfigMap) |
void |
SetValidator.validate(ConfigActionType actionType,
EngineConfigMap engineConfigMap)
Validates that the 'set' action has a key and value.
|
Copyright © 2012. All Rights Reserved.