Class OptionToggle


  • public class OptionToggle
    extends OptionWithoutArg
    Class representing a toggle. Boolean option value, initially false, toggles every time when option is processed.
    • Constructor Detail

      • OptionToggle

        public OptionToggle​(String names)
    • Method Detail

      • getValue

        public Boolean getValue()
        Returns the current option value.
        Specified by:
        getValue in class Option
        Returns:
        a value.