|
org.netbeans.modules.sendopts/2 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandException | |
---|---|
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. |
Uses of CommandException in org.netbeans.api.sendopts |
---|
Methods in org.netbeans.api.sendopts that throw CommandException | |
---|---|
void |
CommandLine.process(String[] args)
Process the array of arguments and invoke associated OptionProcessor s. |
void |
CommandLine.process(String[] args,
InputStream is,
OutputStream os,
OutputStream err,
File currentDir)
Process the array of arguments and invoke associated OptionProcessor s. |
Uses of CommandException in org.netbeans.spi.sendopts |
---|
Methods in org.netbeans.spi.sendopts that throw CommandException | |
---|---|
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[]) . |
|
org.netbeans.modules.sendopts/2 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |