O
- public interface OptionsSpecification<O> extends CliSpecification
Modifier and Type | Method and Description |
---|---|
void |
describeTo(HelpMessage helpMessage) |
com.lexicalscope.fluent.list.FluentList<ParsedOptionSpecification> |
getMandatoryOptions() |
ParsedOptionSpecification |
getSpecification(com.lexicalscope.fluentreflection.FluentMethod reflectedMethod) |
ParsedOptionSpecification |
getSpecification(String key) |
boolean |
isSpecified(String key) |
getApplicationName, getUnparsedSpecification, hasUnparsedSpecification
boolean isSpecified(String key)
ParsedOptionSpecification getSpecification(String key)
com.lexicalscope.fluent.list.FluentList<ParsedOptionSpecification> getMandatoryOptions()
ParsedOptionSpecification getSpecification(com.lexicalscope.fluentreflection.FluentMethod reflectedMethod)
void describeTo(HelpMessage helpMessage)
Copyright © 2006-2013 lexicalscope. All Rights Reserved.