-
Classes Class Description org.apache.commons.cli.BasicParser since 1.3, use theDefaultParser
insteadorg.apache.commons.cli.GnuParser since 1.3, use theDefaultParser
insteadorg.apache.commons.cli.OptionBuilder since 1.3, useOption.builder(String)
insteadorg.apache.commons.cli.Parser since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex casesorg.apache.commons.cli.PosixParser since 1.3, use theDefaultParser
instead
-
Fields Field Description org.apache.commons.cli.HelpFormatter.defaultArgName Scope will be made private for next major version - use get/setArgName methods instead.org.apache.commons.cli.HelpFormatter.defaultDescPad Scope will be made private for next major version - use get/setDescPadding methods instead.org.apache.commons.cli.HelpFormatter.defaultLeftPad Scope will be made private for next major version - use get/setLeftPadding methods instead.org.apache.commons.cli.HelpFormatter.defaultLongOptPrefix Scope will be made private for next major version - use get/setLongOptPrefix methods instead.org.apache.commons.cli.HelpFormatter.defaultNewLine Scope will be made private for next major version - use get/setNewLine methods instead.org.apache.commons.cli.HelpFormatter.defaultOptPrefix Scope will be made private for next major version - use get/setOptPrefix methods instead.org.apache.commons.cli.HelpFormatter.defaultSyntaxPrefix Scope will be made private for next major version - use get/setSyntaxPrefix methods instead.org.apache.commons.cli.HelpFormatter.defaultWidth Scope will be made private for next major version - use get/setWidth methods instead.
-
Methods Method Description org.apache.commons.cli.CommandLine.getOptionObject(char) due to System.err message. Instead use getParsedOptionValue(char)org.apache.commons.cli.Option.addValue(String) Unused.org.apache.commons.cli.Option.setType(Object) since 1.3, useOption.setType(Class)
insteadorg.apache.commons.cli.OptionBuilder.withType(Object) since 1.3, useOptionBuilder.withType(Class)
instead