Package coneforest.cli
Class OptionFlag
Class representing a flag. Boolean option value, initially false, set to
true every time when option is processed.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OptionFlag
-
-
Method Details
-
getValue
Returns current option value. -
handle
public void handle()Sets option value to true.- Specified by:
handle
in classOptionWithoutArg<Boolean>
-