Package | Description |
---|---|
org.netbeans.api.sendopts |
Start here if you are in a standalone application and you want to
parse a command line using the
sendopts infrastructure. |
Modifier and Type | Method and Description |
---|---|
static CommandLine |
CommandLine.create(Class<?>... classes)
Creates new command line processor based on options defined in
the provided
classes . |
static CommandLine |
CommandLine.create(Object... instances)
Creates new command line processor based on options defined in
the provided
objects . |
static CommandLine |
CommandLine.getDefault()
Getter for the default command line processor in the system.
|