Package | Description |
---|---|
org.apache.maven.shared.utils.cli |
Modifier and Type | Class and Description |
---|---|
static class |
Commandline.Argument
A single command line argument
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Arg> |
Commandline.arguments |
Modifier and Type | Method and Description |
---|---|
Arg |
Commandline.createArg()
Creates an empty argument object and inserts it at the end of the argument list.
|
Arg |
Commandline.createArg(boolean insertAtStart)
Creates an argument object and adds it to the list of args.
|