- UnixStyleUsageFormatter - Class in com.beust.jcommander
-
A unix-style usage formatter.
- UnixStyleUsageFormatter(JCommander) - Constructor for class com.beust.jcommander.UnixStyleUsageFormatter
-
- URIConverter - Class in com.beust.jcommander.converters
-
Convert a string into a URI.
- URIConverter(String) - Constructor for class com.beust.jcommander.converters.URIConverter
-
- URLConverter - Class in com.beust.jcommander.converters
-
Convert a string into a URI.
- URLConverter(String) - Constructor for class com.beust.jcommander.converters.URLConverter
-
- usage(String) - Method in class com.beust.jcommander.DefaultUsageFormatter
-
- usage(String, StringBuilder) - Method in class com.beust.jcommander.DefaultUsageFormatter
-
Store the usage for the argument command in the argument string builder.
- usage(StringBuilder) - Method in class com.beust.jcommander.DefaultUsageFormatter
-
Store the usage in the argument string builder.
- usage(String, StringBuilder, String) - Method in class com.beust.jcommander.DefaultUsageFormatter
-
Store the usage for the command in the argument string builder, indenting every line with the
value of indent.
- usage(StringBuilder, String) - Method in class com.beust.jcommander.DefaultUsageFormatter
-
Stores the usage in the argument string builder, with the argument indentation.
- usage(String) - Method in interface com.beust.jcommander.IUsageFormatter
-
Display the usage for this command.
- usage(String, StringBuilder) - Method in interface com.beust.jcommander.IUsageFormatter
-
Store the help for the command in the passed string builder.
- usage(StringBuilder) - Method in interface com.beust.jcommander.IUsageFormatter
-
Store the help in the passed string builder.
- usage(String, StringBuilder, String) - Method in interface com.beust.jcommander.IUsageFormatter
-
Store the help for the command in the passed string builder, indenting every line with "indent".
- usage(StringBuilder, String) - Method in interface com.beust.jcommander.IUsageFormatter
-
Stores the help in the passed string builder, with the argument indentation.
- usage() - Method in class com.beust.jcommander.JCommander
-
- usage() - Method in exception com.beust.jcommander.ParameterException
-
- usageFormatter(IUsageFormatter) - Method in class com.beust.jcommander.JCommander.Builder
-