-
Constructor Summary
Constructors
Creates new option with given names.
-
Method Summary
Parses an argument and returns an object.
Methods inherited from class coneforest.clianthus.option.Option
hasName
-
Constructor Details
-
OptionPath
public OptionPath(String names)
Creates new option with given names.
- Parameters:
names
- space-delimited names.
-
Method Details
-
parseArg
Parses an argument and returns an object.
- Specified by:
parseArg
in class OptionHolder<String[]>
- Parameters:
path
- an argument.
- Returns:
- an object.