@Component(role=CombinationValidator.class) public class CombinationValidator extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
INPUT_PARAM_ENCODING |
protected static String |
INPUT_PARAM_INPUT_SOURCE_READER |
protected static String |
INPUT_PARAM_OUTPUT_SOURCE_WRITER |
protected static String |
INPUT_PARAM_TRANSFORMERS |
Constructor and Description |
---|
CombinationValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(Combination combo)
Validates that all required parameters have been specified (or appropriate defaults have been set) in the pom.
|
protected static final String INPUT_PARAM_INPUT_SOURCE_READER
protected static final String INPUT_PARAM_OUTPUT_SOURCE_WRITER
protected static final String INPUT_PARAM_ENCODING
protected static final String INPUT_PARAM_TRANSFORMERS
public void validate(Combination combo)
combo
- Combination
combo that will have its default values setCopyright © 2014–2015. All rights reserved.