Package | Description |
---|---|
com.lexicalscope.jewel.cli.specification | |
com.lexicalscope.jewel.cli.validation |
Modifier and Type | Method and Description |
---|---|
ParsedOptionSpecification |
OptionsSpecification.getSpecification(com.lexicalscope.fluentreflection.FluentMethod reflectedMethod) |
ParsedOptionSpecification |
OptionsSpecification.getSpecification(String key) |
Modifier and Type | Method and Description |
---|---|
com.lexicalscope.fluent.list.FluentList<ParsedOptionSpecification> |
OptionsSpecification.getMandatoryOptions() |
static org.hamcrest.Matcher<ParsedOptionSpecification> |
OptionSpecificationMatchers.mandatory() |
Modifier and Type | Method and Description |
---|---|
ParsedOptionSpecification |
Argument.getOptionName()
The option name
|
ParsedOptionSpecification |
ConverterRawOptionToParsedOptionSpecification.reverse(RawOption from) |
Modifier and Type | Method and Description |
---|---|
boolean |
ReportWrongNumberOfValues.allow(ParsedOptionSpecification key,
List<String> values) |
boolean |
ReportWrongFormatValues.allow(ParsedOptionSpecification key,
List<String> values) |
String |
ConverterParsedOptionSpecificationToRawOption.convert(ParsedOptionSpecification from) |
RawOption |
ConverterRawOptionToParsedOptionSpecification.forward(ParsedOptionSpecification from) |
Argument |
OptionCollection.getArgument(ParsedOptionSpecification option) |
Copyright © 2006-2013 lexicalscope. All Rights Reserved.