- CharacterArgument - Class in org.dishevelled.commandline.argument
-
A character argument.
- CharacterArgument(String, String, String, boolean) - Constructor for class org.dishevelled.commandline.argument.CharacterArgument
-
Create a new character argument.
- CommandLine - Class in org.dishevelled.commandline
-
Command line.
- CommandLine(String[]) - Constructor for class org.dishevelled.commandline.CommandLine
-
Create a new command line with the specified arguments.
- CommandLineParseException - Exception in org.dishevelled.commandline
-
Command line parse exception.
- CommandLineParseException(String) - Constructor for exception org.dishevelled.commandline.CommandLineParseException
-
Create a new command line parse exception with the
specified message.
- CommandLineParseException(Throwable) - Constructor for exception org.dishevelled.commandline.CommandLineParseException
-
Create a new command line parse exception with the
specified cause.
- CommandLineParseException(String, Throwable) - Constructor for exception org.dishevelled.commandline.CommandLineParseException
-
Create a new command line parse exception with the
specified message and cause.
- CommandLineParser - Class in org.dishevelled.commandline
-
Command line parser.
- convert(String) - Method in class org.dishevelled.commandline.argument.AbstractArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.BooleanArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.BooleanListArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.BooleanSetArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.ByteArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.ByteListArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.ByteSetArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.CharacterArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.DateArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.DoubleArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.DoubleListArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.DoubleSetArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.FileArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.FileListArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.FileSetArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.FloatArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.FloatListArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.FloatSetArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.IntegerArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.IntegerListArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.IntegerSetArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.LongArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.LongListArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.LongSetArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.StringArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.StringListArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.StringSetArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.URLArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.URLListArgument
-
Convert the specified string value into an instance
of class E
.
- convert(String) - Method in class org.dishevelled.commandline.argument.URLSetArgument
-
Convert the specified string value into an instance
of class E
.
- getDescription() - Method in class org.dishevelled.commandline.argument.AbstractArgument
-
Return the description of this argument.
- getDescription() - Method in interface org.dishevelled.commandline.Argument
-
Return the description of this argument.
- getDescription() - Method in class org.dishevelled.commandline.Switch
-
Return the description of this argument.
- getLongName() - Method in class org.dishevelled.commandline.argument.AbstractArgument
-
Return the long name of this argument.
- getLongName() - Method in interface org.dishevelled.commandline.Argument
-
Return the long name of this argument.
- getLongName() - Method in class org.dishevelled.commandline.Switch
-
Return the long name of this argument.
- getShortName() - Method in class org.dishevelled.commandline.argument.AbstractArgument
-
Return the short name of this argument.
- getShortName() - Method in interface org.dishevelled.commandline.Argument
-
Return the short name of this argument.
- getShortName() - Method in class org.dishevelled.commandline.Switch
-
Return the short name of this argument.
- getValue() - Method in class org.dishevelled.commandline.argument.AbstractArgument
-
Return the value of this argument.
- getValue(E) - Method in class org.dishevelled.commandline.argument.AbstractArgument
-
Return the value of this argument or the specified default value
if this argument was not found in the command line.
- getValue() - Method in interface org.dishevelled.commandline.Argument
-
Return the value of this argument.
- getValue(E) - Method in interface org.dishevelled.commandline.Argument
-
Return the value of this argument or the specified default value
if this argument was not found in the command line.
- getValue() - Method in class org.dishevelled.commandline.Switch
-
Return the value of this argument.
- getValue(Boolean) - Method in class org.dishevelled.commandline.Switch
-
Return the value of this argument or the specified default value
if this argument was not found in the command line.