- handleConcatenatedOptions(String) - Method in class org.apache.commons.cli.DefaultParser
-
Breaks token
into its constituent parts using the following algorithm.
- hasArg() - Method in class org.apache.commons.cli.Option.Builder
-
Indicates that the Option will require an argument.
- hasArg(boolean) - Method in class org.apache.commons.cli.Option.Builder
-
Indicates if the Option has an argument or not.
- hasArg() - Method in class org.apache.commons.cli.Option
-
Query to see if this Option requires an argument
- hasArg() - Static method in class org.apache.commons.cli.OptionBuilder
-
Deprecated.
The next Option created will require an argument value.
- hasArg(boolean) - Static method in class org.apache.commons.cli.OptionBuilder
-
Deprecated.
The next Option created will require an argument value if hasArg
is true.
- hasArgName() - Method in class org.apache.commons.cli.Option
-
Returns whether the display name for the argument value has been set.
- hasArgs() - Method in class org.apache.commons.cli.Option.Builder
-
Indicates that the Option can have unlimited argument values.
- hasArgs() - Method in class org.apache.commons.cli.Option
-
Query to see if this Option can take many values.
- hasArgs() - Static method in class org.apache.commons.cli.OptionBuilder
-
Deprecated.
The next Option created can have unlimited argument values.
- hasArgs(int) - Static method in class org.apache.commons.cli.OptionBuilder
-
Deprecated.
The next Option created can have num
argument values.
- hasEnoughData(int) - Method in class org.tukaani.xz.lz.LZEncoder
-
Tests if there is enough input available to let the caller encode
at least one more byte.
- hashCode() - Method in class org.apache.commons.cli.Option
-
- hashCode() - Method in class org.kamranzafar.jtar.TarEntry
-
- hasLongOpt() - Method in class org.apache.commons.cli.Option
-
Query to see if this Option has a long name
- hasLongOption(String) - Method in class org.apache.commons.cli.Options
-
- hasNext() - Method in class org.tukaani.xz.index.BlockInfo
-
- hasOption(char) - Method in class org.apache.commons.cli.CommandLine
-
Tests to see if an option has been set.
- hasOption(Option) - Method in class org.apache.commons.cli.CommandLine
-
Tests to see if an option has been set.
- hasOption(String) - Method in class org.apache.commons.cli.CommandLine
-
Tests to see if an option has been set.
- hasOption(String) - Method in class org.apache.commons.cli.Options
-
- hasOptionalArg() - Method in class org.apache.commons.cli.Option
-
- hasOptionalArg() - Static method in class org.apache.commons.cli.OptionBuilder
-
Deprecated.
The next Option can have an optional argument.
- hasOptionalArgs() - Static method in class org.apache.commons.cli.OptionBuilder
-
Deprecated.
The next Option can have an unlimited number of optional arguments.
- hasOptionalArgs(int) - Static method in class org.apache.commons.cli.OptionBuilder
-
Deprecated.
The next Option can have the specified number of optional arguments.
- hasPending() - Method in class org.tukaani.xz.lz.LZDecoder
-
- hasRecord(int) - Method in class org.tukaani.xz.index.IndexDecoder
-
- hasShortOption(String) - Method in class org.apache.commons.cli.Options
-
- hasSpace() - Method in class org.tukaani.xz.lz.LZDecoder
-
- hasUncompressedOffset(long) - Method in class org.tukaani.xz.index.IndexDecoder
-
- hasValueSeparator() - Method in class org.apache.commons.cli.Option
-
Return whether this Option has specified a value separator.
- header - Variable in class org.kamranzafar.jtar.TarEntry
-
- HEADER_BLOCK - Static variable in class org.kamranzafar.jtar.TarConstants
-
- HEADER_MAGIC - Static variable in class org.tukaani.xz.XZ
-
XZ Header Magic Bytes begin a XZ file.
- HelpFormatter - Class in org.apache.commons.cli
-
A formatter of help messages for command line options.
- HelpFormatter() - Constructor for class org.apache.commons.cli.HelpFormatter
-