- getDescription() - Method in interface cdc.util.cli.OptionEnum
-
- getHelpFooter() - Method in class cdc.util.cli.AbstractMainSupport
-
Returns the help footer.
- getHelpHeader() - Method in class cdc.util.cli.AbstractMainSupport
-
Returns the help header.
- getLogger() - Method in class cdc.util.cli.AbstractMainSupport
-
- getName() - Method in interface cdc.util.cli.OptionEnum
-
- getOptionsAsOptional() - Method in class cdc.util.cli.AbstractMainSupport
-
- getPart1(String) - Static method in class cdc.util.cli.AbstractMainSupport
-
- getPart1(String, String) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns the part of a string that is before a separator.
- getPart2(String, String) - Static method in class cdc.util.cli.AbstractMainSupport
-
- getPart2(String, String, String) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns the part of a string that is after a separator.
- getValue(CommandLine, String, T, Function<String, T>) - Static method in class cdc.util.cli.AbstractMainSupport
-
- getValueAsByte(CommandLine, String, byte) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as a byte.
- getValueAsChar(CommandLine, String, char) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as a char.
- getValueAsDirectory(CommandLine, String, File) - Static method in class cdc.util.cli.AbstractMainSupport
-
- getValueAsDouble(CommandLine, String, double) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as a double.
- getValueAsEnum(CommandLine, String, Class<E>, E) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as a enum.
- getValueAsExistingDirectory(CommandLine, String, File) - Static method in class cdc.util.cli.AbstractMainSupport
-
- getValueAsExistingFile(CommandLine, String, File) - Static method in class cdc.util.cli.AbstractMainSupport
-
- getValueAsExistingFileOrDirectory(CommandLine, String, File) - Static method in class cdc.util.cli.AbstractMainSupport
-
- getValueAsFile(CommandLine, String, File) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as a File.
- getValueAsFloat(CommandLine, String, float) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as a float.
- getValueAsInt(CommandLine, String, int) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as an int.
- getValueAsLong(CommandLine, String, long) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as a long.
- getValueAsNullOrExistingDirectory(CommandLine, String, File) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as an existing directory or null.
- getValueAsNullOrExistingFile(CommandLine, String, File) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as an existing file or null.
- getValueAsNullOrExistingFileOrDirectory(CommandLine, String, File) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as an existing file or directory or null.
- getValueAsShort(CommandLine, String, short) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as a short.
- getValueAsString(CommandLine, String, String) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as a string.
- getValueAsURL(CommandLine, String, URL) - Static method in class cdc.util.cli.AbstractMainSupport
-
Returns an option value as an URL.
- getValues(CommandLine, String, Function<String, T>) - Static method in class cdc.util.cli.AbstractMainSupport
-
- getVersion() - Method in class cdc.util.cli.AbstractMainSupport
-
Returns the version.