A C D E F G H I J K L M N O P R S T U V W 

A

addOption(String) - Method in class com.lexicalscope.jewel.cli.ArgumentCollectionBuilder
 
addOption(String) - Method in interface com.lexicalscope.jewel.cli.parser.ParsedArguments
An option has been discovered
addValue(String) - Method in class com.lexicalscope.jewel.cli.ArgumentCollectionBuilder
 
addValue(String) - Method in interface com.lexicalscope.jewel.cli.parser.ParsedArguments
A value has been discovered
allow(ParsedOptionSpecification, List<String>) - Method in class com.lexicalscope.jewel.cli.validation.ReportWrongFormatValues
 
allow(ParsedOptionSpecification, List<String>) - Method in class com.lexicalscope.jewel.cli.validation.ReportWrongNumberOfValues
 
allowed() - Method in interface com.lexicalscope.jewel.cli.specification.SpecificationMultiplicity
 
allowedThisManyValues(int) - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
Is the option allowed to have this many values?
allowedValue(String) - Method in interface com.lexicalscope.jewel.cli.specification.ParsedOptionSpecification
 
Argument - Interface in com.lexicalscope.jewel.cli.validation
A parsed argument
ArgumentCollectionBuilder - Class in com.lexicalscope.jewel.cli
 
ArgumentCollectionBuilder() - Constructor for class com.lexicalscope.jewel.cli.ArgumentCollectionBuilder
 
ArgumentParser - Interface in com.lexicalscope.jewel.cli.parser
 
ArgumentValidationException - Exception in com.lexicalscope.jewel.cli
The arguments are not valid
ArgumentValidationException() - Constructor for exception com.lexicalscope.jewel.cli.ArgumentValidationException
 
ArgumentValidationException(String, Throwable) - Constructor for exception com.lexicalscope.jewel.cli.ArgumentValidationException
 
ArgumentValidationException(String) - Constructor for exception com.lexicalscope.jewel.cli.ArgumentValidationException
 
ArgumentValidationException(Throwable) - Constructor for exception com.lexicalscope.jewel.cli.ArgumentValidationException
 
ArgumentValidationException(ValidationFailure) - Constructor for exception com.lexicalscope.jewel.cli.ArgumentValidationException
 
ArgumentValidationException(List<ValidationFailure>) - Constructor for exception com.lexicalscope.jewel.cli.ArgumentValidationException
 
ArgumentValidationException(String, Throwable, List<ValidationFailure>) - Constructor for exception com.lexicalscope.jewel.cli.ArgumentValidationException
 
ArgumentValidationException(String, List<ValidationFailure>) - Constructor for exception com.lexicalscope.jewel.cli.ArgumentValidationException
 
ArgumentValidationException(Throwable, List<ValidationFailure>) - Constructor for exception com.lexicalscope.jewel.cli.ArgumentValidationException
 
ArgumentValidator - Interface in com.lexicalscope.jewel.cli.validation
 

C

Cli<O> - Interface in com.lexicalscope.jewel.cli
Parses arguments and presents them, in a typesafe style, as an instance of the interface O
CliFactory - Class in com.lexicalscope.jewel.cli
Constructs a Cli from an annotated interface definition.
CliFactory() - Constructor for class com.lexicalscope.jewel.cli.CliFactory
 
CliSpecification - Interface in com.lexicalscope.jewel.cli.specification
The specification of the CLI.
com.lexicalscope.jewel - package com.lexicalscope.jewel
 
com.lexicalscope.jewel.cli - package com.lexicalscope.jewel.cli
 
com.lexicalscope.jewel.cli.parser - package com.lexicalscope.jewel.cli.parser
 
com.lexicalscope.jewel.cli.specification - package com.lexicalscope.jewel.cli.specification
 
com.lexicalscope.jewel.cli.validation - package com.lexicalscope.jewel.cli.validation
 
CommandLineInterface - Annotation Type in com.lexicalscope.jewel.cli
Associates properties with a Command Line Interface
compareCountToSpecification(int, SpecificationMultiplicity<T>) - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
 
convert(ParsedOptionSpecification) - Method in class com.lexicalscope.jewel.cli.validation.ConverterParsedOptionSpecificationToRawOption
 
convert(Map.Entry<RawOption, List<String>>) - Method in class com.lexicalscope.jewel.cli.validation.TrimExccessValues
 
ConverterParsedOptionSpecificationToRawOption - Class in com.lexicalscope.jewel.cli.validation
 
ConverterParsedOptionSpecificationToRawOption() - Constructor for class com.lexicalscope.jewel.cli.validation.ConverterParsedOptionSpecificationToRawOption
 
ConverterRawOptionToParsedOptionSpecification - Class in com.lexicalscope.jewel.cli.validation
 
ConverterRawOptionToParsedOptionSpecification(OptionsSpecification<?>) - Constructor for class com.lexicalscope.jewel.cli.validation.ConverterRawOptionToParsedOptionSpecification
 
createCli(Class<O>) - Static method in class com.lexicalscope.jewel.cli.CliFactory
Construct a Cli from an annotated interface definition
createCliUsingInstance(O) - Static method in class com.lexicalscope.jewel.cli.CliFactory
Construct a Cli from an annotated class
createDefaultArgumentParser() - Static method in class com.lexicalscope.jewel.cli.parser.DefaultArgumentParserFactory
 
createDefaultValidator(OptionsSpecification<O>) - Static method in class com.lexicalscope.jewel.cli.validation.DefaultValidatorFactory
 
createOptionsSpecificationImpl(FluentClass<O>) - Static method in class com.lexicalscope.jewel.cli.InterfaceOptionsSpecificationParser
 

D

DefaultArgumentParserFactory - Class in com.lexicalscope.jewel.cli.parser
 
DefaultArgumentParserFactory() - Constructor for class com.lexicalscope.jewel.cli.parser.DefaultArgumentParserFactory
 
DefaultValidatorFactory - Class in com.lexicalscope.jewel.cli.validation
 
DefaultValidatorFactory() - Constructor for class com.lexicalscope.jewel.cli.validation.DefaultValidatorFactory
 
describeTo(HelpMessage) - Method in interface com.lexicalscope.jewel.cli.Cli
BETA: may be removed or altered in future versions Fill in a help message suitable for describing the options to the user
describeTo(HelpMessage) - Method in interface com.lexicalscope.jewel.cli.specification.OptionsSpecification
 
describeTo(Description) - Method in class com.lexicalscope.jewel.cli.validation.KnownOptions
 
describeTo(Description) - Method in class com.lexicalscope.jewel.cli.validation.RejectHelpOption
 

E

endMandatoryOption() - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 
endMandatoryOption(String) - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 
endOfOptions() - Method in interface com.lexicalscope.jewel.cli.HelpMessage
 
endOptionalOption() - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 
endOptionalOption(String) - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 
exactly() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
 
expectedExactGotTooFew(int, int) - Method in interface com.lexicalscope.jewel.cli.specification.SpecificationMultiplicity
 
expectedExactGotTooMany(int, int) - Method in interface com.lexicalscope.jewel.cli.specification.SpecificationMultiplicity
 
expectedMaximumGotTooMany(int, int) - Method in interface com.lexicalscope.jewel.cli.specification.SpecificationMultiplicity
 
expectedMinimumGotTooFew(int, int) - Method in interface com.lexicalscope.jewel.cli.specification.SpecificationMultiplicity
 
expectedNoneGotSome() - Method in interface com.lexicalscope.jewel.cli.specification.SpecificationMultiplicity
 
expectedOneGotNone() - Method in interface com.lexicalscope.jewel.cli.specification.SpecificationMultiplicity
 
expectedOneGotSome() - Method in interface com.lexicalscope.jewel.cli.specification.SpecificationMultiplicity
 

F

finishedProcessing() - Method in interface com.lexicalscope.jewel.cli.validation.ArgumentValidator
 
forward(ParsedOptionSpecification) - Method in class com.lexicalscope.jewel.cli.validation.ConverterRawOptionToParsedOptionSpecification
 

G

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
 

H

hasDefaultValue() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
Is there a default value to use if this option is not present? Options with a default value are assumed to be optional.
hasExactCount() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
 
hasOnlyOptionalOptions() - Method in interface com.lexicalscope.jewel.cli.HelpMessage
 
hasShortName() - Method in interface com.lexicalscope.jewel.cli.specification.ParsedOptionSpecification
Does this option have a Short Name
hasSomeMandatoryOptions() - Method in interface com.lexicalscope.jewel.cli.HelpMessage
 
hasUnparsedMultiValuedOption(String) - Method in interface com.lexicalscope.jewel.cli.HelpMessage
 
hasUnparsedOption(String) - Method in interface com.lexicalscope.jewel.cli.HelpMessage
 
hasUnparsedSpecification() - Method in interface com.lexicalscope.jewel.cli.specification.CliSpecification
Has anything been specified to accept additional unparsed arguments?
hasUsageInformation(String) - Method in interface com.lexicalscope.jewel.cli.HelpMessage
 
hasUsageInformation() - Method in interface com.lexicalscope.jewel.cli.HelpMessage
 
hasValue() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
Does the option have a value
hasValue() - Method in interface com.lexicalscope.jewel.cli.specification.ParsedOptionSpecification
Does the option take any arguments?
HelpMessage - Interface in com.lexicalscope.jewel.cli
BETA - may be altered or removed in future versions
HelpRequestedException - Exception in com.lexicalscope.jewel.cli
The user requested help
HelpRequestedException(OptionsSpecification<?>) - Constructor for exception com.lexicalscope.jewel.cli.HelpRequestedException
The user requested help

I

InterfaceOptionsSpecificationParser<O> - Class in com.lexicalscope.jewel.cli
 
InvalidOptionSpecificationException - Exception in com.lexicalscope.jewel.cli
The specification of the options is not valid
InvalidOptionSpecificationException() - Constructor for exception com.lexicalscope.jewel.cli.InvalidOptionSpecificationException
A new exception with no message
InvalidOptionSpecificationException(String, Throwable) - Constructor for exception com.lexicalscope.jewel.cli.InvalidOptionSpecificationException
A new exception with the given message and cause
InvalidOptionSpecificationException(String) - Constructor for exception com.lexicalscope.jewel.cli.InvalidOptionSpecificationException
A new exception with the given message
InvalidOptionSpecificationException(Throwable) - Constructor for exception com.lexicalscope.jewel.cli.InvalidOptionSpecificationException
A new exception with the given cause
invalidValueForType(OptionSpecification, String) - Method in interface com.lexicalscope.jewel.cli.ValidationErrorBuilder
 
invalidValueForType(OptionSpecification, String) - Method in class com.lexicalscope.jewel.cli.ValidationErrorBuilderImpl
 
isBoolean() - Method in interface com.lexicalscope.jewel.cli.specification.ParsedOptionSpecification
 
isHelpOption() - Method in interface com.lexicalscope.jewel.cli.specification.ParsedOptionSpecification
Is this option a request for help
isHidden() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
Is the option hidden from help messages?
isLast() - Method in class com.lexicalscope.jewel.cli.validation.RawOption
 
isLastOption() - Static method in class com.lexicalscope.jewel.cli.validation.RawOptionMatchers
 
isMultiValued() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
Are multiple arguments allowed?
isOptional() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
Is the argument optional
isSpecified(String) - Method in interface com.lexicalscope.jewel.cli.specification.OptionsSpecification
 

J

JewelRuntimeException - Exception in com.lexicalscope.jewel
The superclass of all Jewel Runtime Exception
JewelRuntimeException() - Constructor for exception com.lexicalscope.jewel.JewelRuntimeException
A new exception with no message
JewelRuntimeException(String, Throwable) - Constructor for exception com.lexicalscope.jewel.JewelRuntimeException
A new exception with the given message and cause
JewelRuntimeException(String) - Constructor for exception com.lexicalscope.jewel.JewelRuntimeException
A new exception with the given message
JewelRuntimeException(Throwable) - Constructor for exception com.lexicalscope.jewel.JewelRuntimeException
A new exception with the given cause

K

KnownOptions - Class in com.lexicalscope.jewel.cli.validation
 
KnownOptions(OptionsSpecification<?>, ValidationErrorBuilder) - Constructor for class com.lexicalscope.jewel.cli.validation.KnownOptions
 

L

longName(List<String>) - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 

M

mandatory() - Static method in class com.lexicalscope.jewel.cli.specification.OptionSpecificationMatchers
 
maximum() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
 
maximumArgumentConsumption() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
 
minimum() - Method in interface com.lexicalscope.jewel.cli.specification.OptionSpecification
 
missingOption(OptionSpecification) - Method in interface com.lexicalscope.jewel.cli.ValidationErrorBuilder
 
missingOption(OptionSpecification) - Method in class com.lexicalscope.jewel.cli.ValidationErrorBuilderImpl
 
missingValue(OptionSpecification) - Method in interface com.lexicalscope.jewel.cli.ValidationErrorBuilder
 
missingValue(OptionSpecification) - Method in class com.lexicalscope.jewel.cli.ValidationErrorBuilderImpl
 
multiValuedWithCustomPattern(String) - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 
multiValuedWithCustomPattern() - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 

N

noUsageInformation() - Method in interface com.lexicalscope.jewel.cli.HelpMessage
 
noValued() - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 

O

option() - Method in interface com.lexicalscope.jewel.cli.HelpMessage
 
Option - Annotation Type in com.lexicalscope.jewel.cli
Tags a method as an option
OptionCollection - Interface in com.lexicalscope.jewel.cli.validation
 
OptionHelpMessage - Interface in com.lexicalscope.jewel.cli
BETA - may be altered or removed in future versions
OptionOrder - Enum in com.lexicalscope.jewel.cli
Defines the order that the options will be displayed in
OptionSpecification - Interface in com.lexicalscope.jewel.cli.specification
Specifies an Option BETA: unstable may change in future versions
OptionSpecificationMatchers - Class in com.lexicalscope.jewel.cli.specification
 
OptionSpecificationMatchers() - Constructor for class com.lexicalscope.jewel.cli.specification.OptionSpecificationMatchers
 
OptionsSpecification<O> - Interface in com.lexicalscope.jewel.cli.specification
BETA: unstable may change in future versions

P

parseArguments(String...) - Method in interface com.lexicalscope.jewel.cli.Cli
Parse the arguments and present them as an instance of the interface O
parseArguments(Class<O>, String...) - Static method in class com.lexicalscope.jewel.cli.CliFactory
Parse arguments from an annotated interface definition
parseArguments(ParsedArguments, String...) - Method in interface com.lexicalscope.jewel.cli.parser.ArgumentParser
 
parseArgumentsUsingInstance(O, String...) - Static method in class com.lexicalscope.jewel.cli.CliFactory
Parse arguments from an annotated class instance
ParsedArguments - Interface in com.lexicalscope.jewel.cli.parser
Arguments are registered with this interface by the parser BETA: unstable may change in future versions
ParsedOptionSpecification - Interface in com.lexicalscope.jewel.cli.specification
 
patternMismatch(OptionSpecification, String) - Method in interface com.lexicalscope.jewel.cli.ValidationErrorBuilder
 
patternMismatch(OptionSpecification, String) - Method in class com.lexicalscope.jewel.cli.ValidationErrorBuilderImpl
 
processArguments(ArgumentValidator) - Method in class com.lexicalscope.jewel.cli.ArgumentCollectionBuilder
 
processArguments(ArgumentValidator) - Method in interface com.lexicalscope.jewel.cli.parser.ParsedArguments
Process each option and its values
processLastOption(String, List<String>) - Method in interface com.lexicalscope.jewel.cli.validation.ArgumentValidator
 
processOption(String, List<String>) - Method in interface com.lexicalscope.jewel.cli.validation.ArgumentValidator
 
processUnparsed(List<String>) - Method in interface com.lexicalscope.jewel.cli.validation.ArgumentValidator
 

R

RawOption - Class in com.lexicalscope.jewel.cli.validation
 
RawOption(String, boolean) - Constructor for class com.lexicalscope.jewel.cli.validation.RawOption
 
RawOption(String) - Constructor for class com.lexicalscope.jewel.cli.validation.RawOption
 
RawOptionMatchers - Class in com.lexicalscope.jewel.cli.validation
 
RawOptionMatchers() - Constructor for class com.lexicalscope.jewel.cli.validation.RawOptionMatchers
 
RejectHelpOption - Class in com.lexicalscope.jewel.cli.validation
 
RejectHelpOption(OptionsSpecification<?>) - Constructor for class com.lexicalscope.jewel.cli.validation.RejectHelpOption
 
reportMissingTo(ValidationErrorBuilder) - Method in interface com.lexicalscope.jewel.cli.specification.ParsedOptionSpecification
 
ReportWrongFormatValues - Class in com.lexicalscope.jewel.cli.validation
 
ReportWrongFormatValues(ValidationErrorBuilder) - Constructor for class com.lexicalscope.jewel.cli.validation.ReportWrongFormatValues
 
ReportWrongNumberOfValues - Class in com.lexicalscope.jewel.cli.validation
 
ReportWrongNumberOfValues(ValidationErrorBuilder) - Constructor for class com.lexicalscope.jewel.cli.validation.ReportWrongNumberOfValues
 
reverse(RawOption) - Method in class com.lexicalscope.jewel.cli.validation.ConverterRawOptionToParsedOptionSpecification
 

S

shortName(List<String>) - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 
singleValued() - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 
singleValuedWithCustomPattern(String) - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 
SpecificationMultiplicity<T> - Interface in com.lexicalscope.jewel.cli.specification
 
startMandatoryOption() - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 
startOfOptions() - Method in interface com.lexicalscope.jewel.cli.HelpMessage
 
startOptionalOption() - Method in interface com.lexicalscope.jewel.cli.OptionHelpMessage
 
stringToMarkNoDefault - Static variable in annotation type com.lexicalscope.jewel.cli.Option
 
stringValue() - Method in class com.lexicalscope.jewel.cli.validation.RawOption
 

T

TrimExccessValues - Class in com.lexicalscope.jewel.cli.validation
 
TrimExccessValues(OptionsSpecification<?>, List<String>) - Constructor for class com.lexicalscope.jewel.cli.validation.TrimExccessValues
 

U

unableToConstructType(OptionSpecification, String) - Method in interface com.lexicalscope.jewel.cli.ValidationErrorBuilder
 
unableToConstructType(OptionSpecification, String) - Method in class com.lexicalscope.jewel.cli.ValidationErrorBuilderImpl
 
unexpectedOption(String) - Method in interface com.lexicalscope.jewel.cli.ValidationErrorBuilder
 
unexpectedOption(String) - Method in class com.lexicalscope.jewel.cli.ValidationErrorBuilderImpl
 
unexpectedTrailingValue(List<String>) - Method in interface com.lexicalscope.jewel.cli.ValidationErrorBuilder
 
unexpectedTrailingValue(List<String>) - Method in class com.lexicalscope.jewel.cli.ValidationErrorBuilderImpl
 
unexpectedValue(OptionSpecification, List<String>) - Method in interface com.lexicalscope.jewel.cli.ValidationErrorBuilder
 
unexpectedValue(OptionSpecification, List<String>) - Method in class com.lexicalscope.jewel.cli.ValidationErrorBuilderImpl
 
Unparsed - Annotation Type in com.lexicalscope.jewel.cli
Tags a method as returning any unparsed arguments
unparsedOptionsFollow() - Method in class com.lexicalscope.jewel.cli.ArgumentCollectionBuilder
 
unparsedOptionsFollow() - Method in interface com.lexicalscope.jewel.cli.parser.ParsedArguments
The remaining options are not parsed
UnparsedOptionSpecification - Interface in com.lexicalscope.jewel.cli.specification
 

V

validate() - Method in interface com.lexicalscope.jewel.cli.ValidationErrorBuilder
 
validate() - Method in class com.lexicalscope.jewel.cli.ValidationErrorBuilderImpl
 
ValidationErrorBuilder - Interface in com.lexicalscope.jewel.cli
 
ValidationErrorBuilderImpl - Class in com.lexicalscope.jewel.cli
 
ValidationErrorBuilderImpl() - Constructor for class com.lexicalscope.jewel.cli.ValidationErrorBuilderImpl
 
ValidationFailure - Interface in com.lexicalscope.jewel.cli
 
ValidationFailureType - Enum in com.lexicalscope.jewel.cli
 
valueOf(String) - Static method in enum com.lexicalscope.jewel.cli.OptionOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lexicalscope.jewel.cli.ValidationFailureType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.lexicalscope.jewel.cli.OptionOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lexicalscope.jewel.cli.ValidationFailureType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrongNumberOfValues(OptionSpecification, List<String>) - Method in interface com.lexicalscope.jewel.cli.ValidationErrorBuilder
 
wrongNumberOfValues(OptionSpecification, List<String>) - Method in class com.lexicalscope.jewel.cli.ValidationErrorBuilderImpl
 
A C D E F G H I J K L M N O P R S T U V W 

Copyright © 2006-2013 lexicalscope. All Rights Reserved.