Package coneforest.cli
Class OptionWithoutArg<T>
java.lang.Object
coneforest.cli.Option
coneforest.cli.OptionWithoutArg<T>
- Direct Known Subclasses:
OptionCounter
,OptionFlag
,OptionToggle
Base class representing an abstract option without argument.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OptionWithoutArg
-
-
Method Details
-
handle
public abstract void handle()Called when option is processed.
-