Uses of Class
org.apache.commons.cli.Options
-
Uses of Options in org.apache.commons.cli
Fields in org.apache.commons.cli declared as OptionsMethods in org.apache.commons.cli that return OptionsModifier and TypeMethodDescriptionAdd an option that only contains a short-name.Add an option that only contains a short name.Add an option that contains a short-name and a long-name.Adds an option instanceOptions.addOptionGroup(OptionGroup group) Add the specified option group.Options.addRequiredOption(String opt, String longOpt, boolean hasArg, String description) Add an option that contains a short-name and a long-name.protected OptionsParser.getOptions()Deprecated.Gets the options.static OptionsPatternOptionBuilder.parsePattern(String pattern) Returns theOptionsinstance represented bypattern.Methods in org.apache.commons.cli with parameters of type OptionsModifier and TypeMethodDescriptionprotected String[]protected String[]Deprecated.protected abstract String[]Deprecated.Subclasses must implement this method to reduce theargumentsthat have been passed to the parse method.protected String[]Parses the arguments according to the specified options.Parses the arguments according to the specified options.DefaultParser.parse(Options options, String[] arguments, Properties properties) Parses the arguments according to the specified options and properties.DefaultParser.parse(Options options, String[] arguments, Properties properties, boolean stopAtNonOption) Parses the arguments according to the specified options and properties.Deprecated.Parses the specifiedargumentsbased on the specifiedOptions.Deprecated.Parses the specifiedargumentsbased on the specifiedOptions.Parser.parse(Options options, String[] arguments, Properties properties) Deprecated.Parse the arguments according to the specified options and properties.Parser.parse(Options options, String[] arguments, Properties properties, boolean stopAtNonOption) Deprecated.Parse the arguments according to the specified options and properties.voidHelpFormatter.printHelp(int width, String cmdLineSyntax, String header, Options options, String footer) Print the help foroptionswith the specified command line syntax.voidHelpFormatter.printHelp(int width, String cmdLineSyntax, String header, Options options, String footer, boolean autoUsage) Print the help foroptionswith the specified command line syntax.voidHelpFormatter.printHelp(PrintWriter pw, int width, String cmdLineSyntax, String header, Options options, int leftPad, int descPad, String footer) Print the help foroptionswith the specified command line syntax.voidHelpFormatter.printHelp(PrintWriter pw, int width, String cmdLineSyntax, String header, Options options, int leftPad, int descPad, String footer, boolean autoUsage) Print the help foroptionswith the specified command line syntax.voidPrint the help foroptionswith the specified command line syntax.voidHelpFormatter.printHelp(String cmdLineSyntax, String header, Options options, String footer, boolean autoUsage) Print the help foroptionswith the specified command line syntax.voidPrint the help foroptionswith the specified command line syntax.voidPrint the help foroptionswith the specified command line syntax.voidHelpFormatter.printOptions(PrintWriter pw, int width, Options options, int leftPad, int descPad) Print the help for the specified Options to the specified writer, using the specified width, left padding and description padding.voidHelpFormatter.printUsage(PrintWriter pw, int width, String app, Options options) Prints the usage statement for the specified application.protected StringBufferHelpFormatter.renderOptions(StringBuffer sb, int width, Options options, int leftPad, int descPad) Render the specified Options and return the rendered Options in a StringBuffer.protected voidParser.setOptions(Options options) Deprecated.Sets the options.