public class SetValidator extends Object implements EngineConfigValidator
KeyValidator
class is a action specific validator for the 'set' action.Constructor and Description |
---|
SetValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(ConfigActionType actionType,
EngineConfigMap engineConfigMap)
Validates that the 'set' action has a key and value.
|
public void validate(ConfigActionType actionType, EngineConfigMap engineConfigMap) throws IllegalArgumentException
validate
in interface EngineConfigValidator
IllegalArgumentException
- If the engineConfigMap does not contain a key and valueCopyright © 2012. All Rights Reserved.