public interface OptionHelpMessage
Modifier and Type | Method and Description |
---|---|
void |
endMandatoryOption() |
void |
endMandatoryOption(String description) |
void |
endOptionalOption() |
void |
endOptionalOption(String description) |
void |
longName(List<String> longNames) |
void |
multiValuedWithCustomPattern() |
void |
multiValuedWithCustomPattern(String pattern) |
void |
noValued() |
void |
shortName(List<String> shortName) |
void |
singleValued() |
void |
singleValuedWithCustomPattern(String pattern) |
void |
startMandatoryOption() |
void |
startOptionalOption() |
void startOptionalOption()
void startMandatoryOption()
void multiValuedWithCustomPattern(String pattern)
void multiValuedWithCustomPattern()
void singleValuedWithCustomPattern(String pattern)
void singleValued()
void noValued()
void endOptionalOption()
void endOptionalOption(String description)
void endMandatoryOption()
void endMandatoryOption(String description)
Copyright © 2006-2013 lexicalscope. All Rights Reserved.