Module net.sourceforge.argparse4j
Package net.sourceforge.argparse4j.impl.action
-
Class Summary Class Description AppendArgumentAction Argument action to store a list.AppendConstArgumentAction Argument action to store a list.CountArgumentAction Argument action to count the occurrence of the option.HelpArgumentAction Argument action to print help message and exit program.StoreArgumentAction Argument action to store argument value.StoreConstArgumentAction Argument action to store the value specified by theArgument.setConst(Object)
.StoreFalseArgumentAction Argument action to store valuefalse
.StoreTrueArgumentAction Argument action to store valuetrue
.VersionArgumentAction Argument action to print version message and exit program.