| 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. |
| org.netbeans.spi.sendopts |
Package for those that want to write a command line handler
that can participate on handling parts of a command line send
to the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandLine.process(String... args)
Process the array of arguments and invoke associated
OptionProcessors. |
void |
CommandLine.process(String[] args,
InputStream is,
OutputStream os,
OutputStream err,
File currentDir)
Process the array of arguments and invoke associated
OptionProcessors. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
OptionProcessor.process(Env env,
Map<Option,String[]> optionValues)
Called by the sendopts parsing infrastructure as a result of
CommandLine.process(java.lang.String...). |
Built on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.