| 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 | Description |
|---|---|---|
static CommandLine |
CommandLine.create(java.lang.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 April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.