Package coneforest.cli
Class OptionWithoutArg<T>
- java.lang.Object
-
- coneforest.cli.Option
-
- coneforest.cli.OptionWithoutArg<T>
-
- Direct Known Subclasses:
OptionCounter
,OptionFlag
,OptionToggle
public abstract class OptionWithoutArg<T> extends Option
Base class representing an abstract option without argument.
-
-
Constructor Summary
Constructors Constructor Description OptionWithoutArg(String names)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
handle()
Called when option is processed.
-
-
-
Constructor Detail
-
OptionWithoutArg
public OptionWithoutArg(String names)
-
-