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 July 23 2017. | Portions Copyright 1997-2017 Oracle. All rights reserved.