| Package | Description |
|---|---|
| net.sourceforge.argparse4j.impl.action | |
| net.sourceforge.argparse4j.inf | |
| net.sourceforge.argparse4j.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AppendArgumentAction
Argument action to store a list.
|
class |
AppendConstArgumentAction
Argument action to store a list.
|
class |
CountArgumentAction
Argument action to count the occurrence of the option.
|
class |
HelpArgumentAction
Argument action to print help message and exit program.
|
class |
StoreArgumentAction
Argument action to store argument value.
|
class |
StoreConstArgumentAction
Argument action to store the value specified by the
Argument.setConst(Object). |
class |
StoreFalseArgumentAction
Argument action to store value
false. |
class |
StoreTrueArgumentAction
Argument action to store value
true. |
class |
VersionArgumentAction
Argument action to print version message and exit program.
|
| Modifier and Type | Method and Description |
|---|---|
Argument |
Argument.action(ArgumentAction action)
Sets the action to be taken when this argument is encountered at the
command line.
|
| Modifier and Type | Method and Description |
|---|---|
ArgumentAction |
ArgumentImpl.getAction() |
| Modifier and Type | Method and Description |
|---|---|
ArgumentImpl |
ArgumentImpl.action(ArgumentAction action) |
Copyright © 2012–2017. All rights reserved.