| Package | Description |
|---|---|
| org.codehaus.plexus.util.cli |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Commandline.Argument |
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.Vector<Arg> |
Commandline.arguments |
| Modifier and Type | Method | Description |
|---|---|---|
Arg |
Commandline.createArg() |
Creates an argument object.
|
Arg |
Commandline.createArg(boolean insertAtStart) |
Creates an argument object and adds it to our list of args.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Commandline.addArg(Arg argument) |
Adds an argument object to our list of args.
|
void |
Commandline.addArg(Arg argument,
boolean insertAtStart) |
Adds an argument object to our list of args.
|