| 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.getDefault()
Getter for the default command line processor in the system.
|
Built on February 21 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.