Class MultiselectParameterParser
java.lang.Object
de.westemeyer.plugins.multiselect.parser.MultiselectParameterParser
Parameter parser object, delegating to a specific format parser, e.g. CSV.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new parameter parser instance for a specific format. -
Method Summary
Modifier and TypeMethodDescriptionGet the format that is being used.Get parser validation result.parseConfiguration(String input) Parse configuration string.
-
Constructor Details
-
MultiselectParameterParser
Create a new parameter parser instance for a specific format.- Parameters:
format- the format to read
-
-
Method Details
-
getValidationResult
Get parser validation result.- Returns:
- parser validation result
-
parseConfiguration
Parse configuration string.- Parameters:
input- string to parse as CSV- Returns:
- variable selection tree
- Throws:
IOException- in case an error occurs while reading string
-
getFormat
Get the format that is being used.- Returns:
- the format that is being used
-