Package | Description |
---|---|
org.codehaus.plexus.util.cli |
Command-line utilities.
|
Modifier and Type | Class and Description |
---|---|
static class |
Commandline.Argument |
Modifier and Type | Field and Description |
---|---|
protected Vector<Arg> |
Commandline.arguments |
Modifier and Type | Method and 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 and 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.
|
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.