Package | Description |
---|---|
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 |
ArgsProcessor.process(Env env)
Called after all fields annotated with
@ Arg
are filled with appropriate values. |
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...) . |