- CommandException - Exception in org.netbeans.api.sendopts
-
Signals that something is wrong when processing the command line arguments.
- CommandException(int) - Constructor for exception org.netbeans.api.sendopts.CommandException
-
Simple constructor for the CommandException to indicate that a
processing error occurred.
- CommandException(int, String) - Constructor for exception org.netbeans.api.sendopts.CommandException
-
Creates new exception with a localised message assigned to it.
- CommandLine - Class in org.netbeans.api.sendopts
-
A class for clients that have an array of strings and want to process
it - e.g.
- create(Class<?>...) - Static method in class org.netbeans.api.sendopts.CommandLine
-
Creates new command line processor based on options defined in
the provided classes
.
- create(Object...) - Static method in class org.netbeans.api.sendopts.CommandLine
-
Creates new command line processor based on options defined in
the provided objects
.