java.lang.Object
coneforest.clianthus.option.Option
coneforest.clianthus.option.OptionWithoutArg<T>
- Direct Known Subclasses:
OptionCounter
,OptionFlag
,OptionToggle
An abstract option without argument.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OptionWithoutArg
Creates new option with given names.- Parameters:
names
- space-delimited names.
-
-
Method Details
-
handle
public abstract void handle()Called when option is processed.
-