Class StoreFalseArgumentAction

java.lang.Object
net.sourceforge.argparse4j.impl.action.StoreFalseArgumentAction
All Implemented Interfaces:
ArgumentAction

public class StoreFalseArgumentAction extends Object implements ArgumentAction

Argument action to store value false.

In addition, it creates default value of true. onAttach(Argument) calls Argument.setDefault(Object) with true. consumeArgument() always returns false.

  • Constructor Details

    • StoreFalseArgumentAction

      public StoreFalseArgumentAction()
  • Method Details