- getApplicationName() - Method in interface com.lexicalscope.jewel.cli.specification.CliSpecification
-
The name of the application as specified in the
CommandLineInterface
annotation
- getArgument(ParsedOptionSpecification) - Method in interface com.lexicalscope.jewel.cli.validation.OptionCollection
-
- getCanonicalIdentifier() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
-
Canonical identifier for the option
- getDefaultValue() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
-
Get the default values which will be used if the option is not specified
by the user.
- getDescription() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
-
Get a description of the option.
- getFailureType() - Method in interface com.lexicalscope.jewel.cli.ValidationFailure
-
The type of failure
- getHelpMessage() - Method in interface com.lexicalscope.jewel.cli.Cli
-
Get a help message suitable for describing the options to the user
- getLongName() - Method in interface com.lexicalscope.jewel.cli.specification.ParsedOptionSpecification
-
Get the long name of this option.
- getMandatoryOptions() - Method in interface com.lexicalscope.jewel.cli.specification.OptionsSpecification
-
- getMessage() - Method in interface com.lexicalscope.jewel.cli.ValidationFailure
-
A message describing the failure
- getMethod() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
-
- getNames() - Method in interface com.lexicalscope.jewel.cli.specification.ParsedOptionSpecification
-
All the names of the option
- getOptionalityMethod() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
-
- getOptionName() - Method in interface com.lexicalscope.jewel.cli.validation.Argument
-
The option name
- getPattern() - Method in interface com.lexicalscope.jewel.cli.specification.ParsedOptionSpecification
-
The pattern that values must conform to
- getShortNames() - Method in interface com.lexicalscope.jewel.cli.specification.ParsedOptionSpecification
-
Get all of the short names of this option.
- getSpecification(String) - Method in interface com.lexicalscope.jewel.cli.specification.OptionsSpecification
-
- getSpecification(FluentMethod) - Method in interface com.lexicalscope.jewel.cli.specification.OptionsSpecification
-
- getType() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
-
Each argument to this option must conform to the type returned by this
method
- getUnparsed() - Method in interface com.lexicalscope.jewel.cli.validation.OptionCollection
-
Get any unparsed arguments
- getUnparsedSpecification() - Method in interface com.lexicalscope.jewel.cli.specification.CliSpecification
-
The specification for any additional unparsed arguments, if any have been
specified
- getValidationFailures() - Method in exception com.lexicalscope.jewel.cli.ArgumentValidationException
-
- getValueName() - Method in interface com.lexicalscope.jewel.cli.specification.UnparsedOptionSpecification
-
- getValues() - Method in interface com.lexicalscope.jewel.cli.validation.Argument
-
The values
- getValues(String...) - Method in interface com.lexicalscope.jewel.cli.validation.OptionCollection
-