Package de.hsh.graja.util.cli
Class KeyValuePairOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts a string-typed argument to the type represented by this DataType.Methods inherited from class de.hsh.graja.util.cli.Option
getDefaultValue, getDescription, getMandatory, getMeaning, getName, getValidValues, isMandatory, setDefaultValue, setDescription, setMandatory, setMeaning, setName, setValidValues, toString
-
Constructor Details
-
KeyValuePairOption
public KeyValuePairOption()
-
-
Method Details
-
convertImpl
Description copied from class:Option
Converts a string-typed argument to the type represented by this DataType. No validation against valid values will happen.- Specified by:
convertImpl
in classOption<Map.Entry<String,
String>> - Returns:
- converted value
- Throws:
InvalidValueException
-