- checkRequiredOptions() - Method in class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
- CLASS_VALUE - Static variable in class org.jboss.migration.cli.commonscli.PatternOptionBuilder
-
Class class
- clone() - Method in class org.jboss.migration.cli.commonscli.Option
-
A rather odd clone method - due to incorrect code in 1.0 it is public and in 1.1 rather than throwing a
CloneNotSupportedException it throws a RuntimeException so as to maintain backwards compat at the API level.
- cmd - Variable in class org.jboss.migration.cli.commonscli.DefaultParser
-
The command-line instance.
- cmd - Variable in class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
commandline instance
- CommandLine - Class in org.jboss.migration.cli.commonscli
-
Represents list of arguments parsed against a
Options
descriptor.
- CommandLine() - Constructor for class org.jboss.migration.cli.commonscli.CommandLine
-
Creates a command line.
- CommandLineConstants - Enum in org.jboss.migration.cli
-
- CommandLineMigrationLogger - Interface in org.jboss.migration.cli.logger
-
- CommandLineMigrationLogger_$logger - Class in org.jboss.migration.cli.logger
-
Warning this class consists of generated code.
- CommandLineMigrationLogger_$logger(Logger) - Constructor for class org.jboss.migration.cli.logger.CommandLineMigrationLogger_$logger
-
- CommandLineOption - Interface in org.jboss.migration.cli
-
- CommandLineOptions - Class in org.jboss.migration.cli
-
- CommandLineOptions(CommandLineOptions.Builder) - Constructor for class org.jboss.migration.cli.CommandLineOptions
-
- CommandLineOptions.Builder - Class in org.jboss.migration.cli
-
- CommandLineParser - Class in org.jboss.migration.cli
-
- CommandLineParser(boolean) - Constructor for class org.jboss.migration.cli.CommandLineParser
-
- CommandLineParser - Interface in org.jboss.migration.cli.commonscli
-
A class that implements the
CommandLineParser
interface can parse a String array according to the
Options
specified and return a
CommandLine
.
- CommandLineServerMigration - Class in org.jboss.migration.cli
-
The command line tool to migrate a WildFly server.
- create(char) - Static method in class org.jboss.migration.cli.commonscli.OptionBuilder
-
Deprecated.
Create an Option using the current settings and with the specified Option char
.
- create() - Static method in class org.jboss.migration.cli.commonscli.OptionBuilder
-
Deprecated.
Create an Option using the current settings
- create(String) - Static method in class org.jboss.migration.cli.commonscli.OptionBuilder
-
Deprecated.
Create an Option using the current settings and with the specified Option char
.
- createClass(String) - Static method in class org.jboss.migration.cli.commonscli.TypeHandler
-
Returns the class whose name is classname
.
- createDate(String) - Static method in class org.jboss.migration.cli.commonscli.TypeHandler
-
Returns the date represented by str
.
- createFile(String) - Static method in class org.jboss.migration.cli.commonscli.TypeHandler
-
Returns the File represented by str
.
- createFiles(String) - Static method in class org.jboss.migration.cli.commonscli.TypeHandler
-
Returns the File[] represented by str
.
- createNumber(String) - Static method in class org.jboss.migration.cli.commonscli.TypeHandler
-
Create a number from a String.
- createObject(String) - Static method in class org.jboss.migration.cli.commonscli.TypeHandler
-
Create an Object from the classname and empty constructor.
- createPadding(int) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Return a String of padding of length len
.
- createURL(String) - Static method in class org.jboss.migration.cli.commonscli.TypeHandler
-
Returns the URL represented by str
.
- createValue(String, Object) - Static method in class org.jboss.migration.cli.commonscli.TypeHandler
-
Returns the Object
of type obj
with the value of str
.
- createValue(String, Class<?>) - Static method in class org.jboss.migration.cli.commonscli.TypeHandler
-
Returns the Object
of type clazz
with the value of str
.
- currentOption - Variable in class org.jboss.migration.cli.commonscli.DefaultParser
-
The last option parsed.
- currentToken - Variable in class org.jboss.migration.cli.commonscli.DefaultParser
-
The token currently processed.
- getAllOptions() - Method in class org.jboss.migration.cli.CommandLineOptions
-
- getArgList() - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Retrieve any left-over non-recognized options and arguments
- getArgName() - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Returns the 'argName'.
- getArgName() - Method in class org.jboss.migration.cli.commonscli.Option
-
Gets the display name for the argument value.
- getArgs() - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Retrieve any left-over non-recognized options and arguments
- getArgs() - Method in class org.jboss.migration.cli.commonscli.Option
-
Returns the number of argument values this Option can take.
- getArgument() - Method in enum org.jboss.migration.cli.CommandLineConstants
-
- getDeprecatedOptions() - Method in class org.jboss.migration.cli.CommandLineOptions
-
- getDescPadding() - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Returns the 'descPadding'.
- getDescription() - Method in enum org.jboss.migration.cli.CommandLineConstants
-
- getDescription() - Method in class org.jboss.migration.cli.commonscli.Option
-
Retrieve the self-documenting description of this Option
- getId() - Method in class org.jboss.migration.cli.commonscli.Option
-
Returns the id of this Option.
- getLeftPadding() - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Returns the 'leftPadding'.
- getLoggingLocale() - Method in class org.jboss.migration.cli.logger.CommandLineMigrationLogger_$logger
-
- getLongOpt() - Method in class org.jboss.migration.cli.commonscli.Option
-
Retrieve the long name of this Option.
- getLongOptPrefix() - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Returns the 'longOptPrefix'.
- getLongOptSeparator() - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Returns the separator displayed between a long option and its value.
- getMatchingOptions() - Method in exception org.jboss.migration.cli.commonscli.AmbiguousOptionException
-
Returns the options matching the partial name.
- getMatchingOptions(String) - Method in class org.jboss.migration.cli.commonscli.Options
-
Returns the options with a long name starting with the name specified.
- getMissingOptions() - Method in exception org.jboss.migration.cli.commonscli.MissingOptionException
-
Returns the list of options or option groups missing in the command line parsed.
- getNames() - Method in class org.jboss.migration.cli.commonscli.OptionGroup
-
- getNewLine() - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Returns the 'newLine'.
- getNonDeprecatedOptions() - Method in class org.jboss.migration.cli.CommandLineOptions
-
- getOpt() - Method in class org.jboss.migration.cli.commonscli.Option
-
Retrieve the name of this Option.
- getOption() - Method in exception org.jboss.migration.cli.commonscli.AlreadySelectedException
-
Returns the option that was added to the group and triggered the exception.
- getOption() - Method in exception org.jboss.migration.cli.commonscli.MissingArgumentException
-
Return the option requiring an argument that wasn't provided on the command line.
- getOption(String) - Method in class org.jboss.migration.cli.commonscli.Options
-
Retrieve the
Option
matching the long or short name specified.
- getOption() - Method in exception org.jboss.migration.cli.commonscli.UnrecognizedOptionException
-
Returns the unrecognized option.
- getOptionComparator() - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Comparator used to sort the options when they output in help text.
- getOptionGroup() - Method in exception org.jboss.migration.cli.commonscli.AlreadySelectedException
-
Returns the option group where another option has been selected.
- getOptionGroup(Option) - Method in class org.jboss.migration.cli.commonscli.Options
-
Returns the OptionGroup the opt
belongs to.
- getOptionObject(String) - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
- getOptionObject(char) - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Return the Object
type of this Option
.
- getOptionProperties(String) - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Retrieve the map of values associated to the option.
- getOptions() - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Returns an array of the processed
Option
s.
- getOptions() - Method in class org.jboss.migration.cli.commonscli.OptionGroup
-
- getOptions() - Method in class org.jboss.migration.cli.commonscli.Options
-
Retrieve a read-only list of options in this set
- getOptions() - Method in class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
- getOptionValue(String) - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Retrieve the first argument, if any, of this option.
- getOptionValue(char) - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Retrieve the first argument, if any, of this option.
- getOptionValue(String, String) - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Retrieve the first argument, if any, of an option.
- getOptionValue(char, String) - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Retrieve the argument, if any, of an option.
- getOptionValues(String) - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Retrieves the array of values, if any, of an option.
- getOptionValues(char) - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Retrieves the array of values, if any, of an option.
- getOptPrefix() - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Returns the 'optPrefix'.
- getParsedOptionValue(String) - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Return a version of this Option
converted to a particular type.
- getRequiredOptions() - Method in class org.jboss.migration.cli.commonscli.Options
-
Returns the required options.
- getRequiredOptions() - Method in class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
- getSelected() - Method in class org.jboss.migration.cli.commonscli.OptionGroup
-
- getSyntaxPrefix() - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Returns the 'syntaxPrefix'.
- getType() - Method in class org.jboss.migration.cli.commonscli.Option
-
Retrieve the type of this Option.
- getValue() - Method in class org.jboss.migration.cli.commonscli.Option
-
Returns the specified value of this Option or null
if there is no value.
- getValue(int) - Method in class org.jboss.migration.cli.commonscli.Option
-
Returns the specified value of this Option or null
if there is no value.
- getValue(String) - Method in class org.jboss.migration.cli.commonscli.Option
-
Returns the value/first value of this Option or the defaultValue
if there is no value.
- getValueClass(char) - Static method in class org.jboss.migration.cli.commonscli.PatternOptionBuilder
-
Retrieve the class that ch
represents.
- getValues() - Method in class org.jboss.migration.cli.commonscli.Option
-
Return the values of this Option as a String array or null if there are no values
- getValueSeparator() - Method in class org.jboss.migration.cli.commonscli.Option
-
Returns the value separator character.
- getValuesList() - Method in class org.jboss.migration.cli.commonscli.Option
-
- getWidth() - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Returns the 'width'.
- GnuParser - Class in org.jboss.migration.cli.commonscli
-
- GnuParser() - Constructor for class org.jboss.migration.cli.commonscli.GnuParser
-
Deprecated.
- handleConcatenatedOptions(String) - Method in class org.jboss.migration.cli.CommandLineParser
-
- handleConcatenatedOptions(String) - Method in class org.jboss.migration.cli.commonscli.DefaultParser
-
Breaks token
into its constituent parts using the following algorithm.
- hasArg() - Method in class org.jboss.migration.cli.commonscli.Option.Builder
-
Indicates that the Option will require an argument.
- hasArg(boolean) - Method in class org.jboss.migration.cli.commonscli.Option.Builder
-
Indicates if the Option has an argument or not.
- hasArg() - Method in class org.jboss.migration.cli.commonscli.Option
-
Query to see if this Option requires an argument
- hasArg() - Static method in class org.jboss.migration.cli.commonscli.OptionBuilder
-
Deprecated.
The next Option created will require an argument value.
- hasArg(boolean) - Static method in class org.jboss.migration.cli.commonscli.OptionBuilder
-
Deprecated.
The next Option created will require an argument value if hasArg
is true.
- hasArgName() - Method in class org.jboss.migration.cli.commonscli.Option
-
Returns whether the display name for the argument value has been set.
- hasArgs() - Method in class org.jboss.migration.cli.commonscli.Option.Builder
-
Indicates that the Option can have unlimited argument values.
- hasArgs() - Method in class org.jboss.migration.cli.commonscli.Option
-
Query to see if this Option can take many values.
- hasArgs() - Static method in class org.jboss.migration.cli.commonscli.OptionBuilder
-
Deprecated.
The next Option created can have unlimited argument values.
- hasArgs(int) - Static method in class org.jboss.migration.cli.commonscli.OptionBuilder
-
Deprecated.
The next Option created can have num
argument values.
- hashCode() - Method in class org.jboss.migration.cli.commonscli.Option
-
- hasLongOpt() - Method in class org.jboss.migration.cli.commonscli.Option
-
Query to see if this Option has a long name
- hasLongOption(String) - Method in class org.jboss.migration.cli.commonscli.Options
-
- hasOption(String) - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Query to see if an option has been set.
- hasOption(char) - Method in class org.jboss.migration.cli.commonscli.CommandLine
-
Query to see if an option has been set.
- hasOption(String) - Method in class org.jboss.migration.cli.commonscli.Options
-
- hasOptionalArg() - Method in class org.jboss.migration.cli.commonscli.Option
-
- hasOptionalArg() - Static method in class org.jboss.migration.cli.commonscli.OptionBuilder
-
Deprecated.
The next Option can have an optional argument.
- hasOptionalArgs() - Static method in class org.jboss.migration.cli.commonscli.OptionBuilder
-
Deprecated.
The next Option can have an unlimited number of optional arguments.
- hasOptionalArgs(int) - Static method in class org.jboss.migration.cli.commonscli.OptionBuilder
-
Deprecated.
The next Option can have the specified number of optional arguments.
- hasShortOption(String) - Method in class org.jboss.migration.cli.commonscli.Options
-
- hasValueSeparator() - Method in class org.jboss.migration.cli.commonscli.Option
-
Return whether this Option has specified a value separator.
- HELP - Static variable in interface org.jboss.migration.cli.CommandLineOption
-
- HelpFormatter - Class in org.jboss.migration.cli.commonscli
-
A formatter of help messages for command line options.
- HelpFormatter() - Constructor for class org.jboss.migration.cli.commonscli.HelpFormatter
-
- helpHeader() - Method in interface org.jboss.migration.cli.logger.CommandLineMigrationLogger
-
- helpHeader() - Method in class org.jboss.migration.cli.logger.CommandLineMigrationLogger_$logger
-
- helpHeader$str() - Method in class org.jboss.migration.cli.logger.CommandLineMigrationLogger_$logger
-
- parse(Options, String[]) - Method in interface org.jboss.migration.cli.commonscli.CommandLineParser
-
Parse the arguments according to the specified options.
- parse(Options, String[], boolean) - Method in interface org.jboss.migration.cli.commonscli.CommandLineParser
-
Parse the arguments according to the specified options.
- parse(Options, String[]) - Method in class org.jboss.migration.cli.commonscli.DefaultParser
-
- parse(Options, String[], Properties) - Method in class org.jboss.migration.cli.commonscli.DefaultParser
-
Parse the arguments according to the specified options and properties.
- parse(Options, String[], boolean) - Method in class org.jboss.migration.cli.commonscli.DefaultParser
-
- parse(Options, String[], Properties, boolean) - Method in class org.jboss.migration.cli.commonscli.DefaultParser
-
Parse the arguments according to the specified options and properties.
- parse(Options, String[]) - Method in class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
Parses the specified
arguments
based on the specified
Options
.
- parse(Options, String[], Properties) - Method in class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
Parse the arguments according to the specified options and properties.
- parse(Options, String[], boolean) - Method in class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
Parses the specified
arguments
based on the specified
Options
.
- parse(Options, String[], Properties, boolean) - Method in class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
Parse the arguments according to the specified options and properties.
- ParseException - Exception in org.jboss.migration.cli.commonscli
-
Base for Exceptions thrown during parsing of a command-line.
- ParseException(String) - Constructor for exception org.jboss.migration.cli.commonscli.ParseException
-
Construct a new ParseException
with the specified detail message.
- parsePattern(String) - Static method in class org.jboss.migration.cli.commonscli.PatternOptionBuilder
-
Returns the
Options
instance represented by
pattern
.
- Parser - Class in org.jboss.migration.cli.commonscli
-
- Parser() - Constructor for class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
- PatternOptionBuilder - Class in org.jboss.migration.cli.commonscli
-
Allows Options to be created from a single String.
- PatternOptionBuilder() - Constructor for class org.jboss.migration.cli.commonscli.PatternOptionBuilder
-
- PosixParser - Class in org.jboss.migration.cli.commonscli
-
- PosixParser() - Constructor for class org.jboss.migration.cli.commonscli.PosixParser
-
Deprecated.
- printHelp(String, Options) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Print the help for options
with the specified command line syntax.
- printHelp(String, Options, boolean) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Print the help for options
with the specified command line syntax.
- printHelp(String, String, Options, String) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Print the help for options
with the specified command line syntax.
- printHelp(String, String, Options, String, boolean) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Print the help for options
with the specified command line syntax.
- printHelp(int, String, String, Options, String) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Print the help for options
with the specified command line syntax.
- printHelp(int, String, String, Options, String, boolean) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Print the help for options
with the specified command line syntax.
- printHelp(PrintWriter, int, String, String, Options, int, int, String) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Print the help for options
with the specified command line syntax.
- printHelp(PrintWriter, int, String, String, Options, int, int, String, boolean) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Print the help for options
with the specified command line syntax.
- printOptions(PrintWriter, int, Options, int, int) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Print the help for the specified Options to the specified writer, using the specified width, left padding and description
padding.
- printUsage(PrintWriter, int, String, Options) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Prints the usage statement for the specified application.
- printUsage(PrintWriter, int, String) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Print the cmdLineSyntax to the specified writer, using the specified width.
- printWrapped(PrintWriter, int, String) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Print the specified text to the specified PrintWriter.
- printWrapped(PrintWriter, int, int, String) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Print the specified text to the specified PrintWriter.
- processArgs(Option, ListIterator<String>) - Method in class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
Process the argument values for the specified Option opt
using the values retrieved from the specified
iterator iter
.
- processOption(String, ListIterator<String>) - Method in class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
Process the Option specified by arg
using the values retrieved from the specified iterator
iter
.
- processProperties(Properties) - Method in class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
Sets the values of Options using the values in properties
.
- setArgName(String) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Sets the 'argName'.
- setArgName(String) - Method in class org.jboss.migration.cli.commonscli.Option
-
Sets the display name for the argument value.
- setArgs(int) - Method in class org.jboss.migration.cli.commonscli.Option
-
Sets the number of argument values this Option can take.
- setDescPadding(int) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Sets the 'descPadding'.
- setDescription(String) - Method in class org.jboss.migration.cli.commonscli.Option
-
Sets the self-documenting description of this Option
- setLeftPadding(int) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Sets the 'leftPadding'.
- setLongOpt(String) - Method in class org.jboss.migration.cli.commonscli.Option
-
Sets the long name of this Option.
- setLongOptPrefix(String) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Sets the 'longOptPrefix'.
- setLongOptSeparator(String) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Set the separator displayed between a long option and its value.
- setNewLine(String) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Sets the 'newLine'.
- setOptionalArg(boolean) - Method in class org.jboss.migration.cli.commonscli.Option
-
Sets whether this Option can have an optional argument.
- setOptionComparator(Comparator<Option>) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Set the comparator used to sort the options when they output in help text.
- setOptions(Options) - Method in class org.jboss.migration.cli.commonscli.Parser
-
Deprecated.
- setOptPrefix(String) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Sets the 'optPrefix'.
- setRequired(boolean) - Method in class org.jboss.migration.cli.commonscli.Option
-
Sets whether this Option is mandatory.
- setRequired(boolean) - Method in class org.jboss.migration.cli.commonscli.OptionGroup
-
- setSelected(Option) - Method in class org.jboss.migration.cli.commonscli.OptionGroup
-
Set the selected option of this group to name
.
- setSyntaxPrefix(String) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Sets the 'syntaxPrefix'.
- setType(Object) - Method in class org.jboss.migration.cli.commonscli.Option
-
- setType(Class<?>) - Method in class org.jboss.migration.cli.commonscli.Option
-
Sets the type of this Option.
- setValueSeparator(char) - Method in class org.jboss.migration.cli.commonscli.Option
-
Sets the value separator.
- setWidth(int) - Method in class org.jboss.migration.cli.commonscli.HelpFormatter
-
Sets the 'width'.
- skipParsing - Variable in class org.jboss.migration.cli.commonscli.DefaultParser
-
Flag indicating if tokens should no longer be analyzed and simply added as arguments of the command line.
- SOURCE - Static variable in interface org.jboss.migration.cli.CommandLineOption
-
- stopAtNonOption - Variable in class org.jboss.migration.cli.commonscli.DefaultParser
-
Flag indicating how unrecognized tokens are handled.
- STRING_VALUE - Static variable in class org.jboss.migration.cli.commonscli.PatternOptionBuilder
-
String class