Skip navigation links
org.netbeans.modules.sendopts/2 2.55
A C D E G H N O P R S T U W 

O

oneOf(Option...) - Static method in class org.netbeans.spi.sendopts.OptionGroups
Creates a selector option that forces exactly one of the sub options to appear on the command line.
Option - Class in org.netbeans.spi.sendopts
Represents possible option that can appear on CommandLine and contains factory methods to create them.
optionalArgument(char, String) - Static method in class org.netbeans.spi.sendopts.Option
Factory method for option that may, but does not need to have an argument.
OptionGroups - Class in org.netbeans.spi.sendopts
Factory method that composes individual options into groups.
OptionProcessor - Class in org.netbeans.spi.sendopts
A subclass of this class shall be registered using ServiceProvider in order to register it for participation on handling and processing of command line options initiated by CommandLine.getDefault()'s CommandLine.process(java.lang.String...).
OptionProcessor() - Constructor for class org.netbeans.spi.sendopts.OptionProcessor
Constructor for subclasses.
org.netbeans.api.sendopts - package 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 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.
A C D E G H N O P R S T U W 
Skip navigation links
org.netbeans.modules.sendopts/2 2.55