Package de.hsh.graja.util.cli
Class DescribedOptionRange
java.lang.Object
de.hsh.graja.util.cli.DescribedOptionRange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLeft()
getRight()
void
setDescription
(List<String> description) void
setLeft
(OptionValue left) void
setRight
(OptionValue right) toString()
-
Constructor Details
-
DescribedOptionRange
public DescribedOptionRange()
-
-
Method Details
-
getLeft
- Returns:
- This could be a list with a single entry for options that accept a single parameter or a list with several entries for options like --option arg1 arg2 arg3 --nextoption
-
setLeft
-
getRight
- Returns:
- This could be a list with a single entry for options that accept a single parameter or a list with several entries for options like --option arg1 arg2 arg3 --nextoption
-
setRight
-
getDescription
-
setDescription
-
toString
-