Interface OptionHelp
public interface OptionHelp
Help for a specific option.
- Since:
 - 1.0.0
 - Author:
 - Phillip Webb
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the set of options that are mutually synonymous.Returns usage help for the option. 
- 
Method Details
- 
getOptions
Returns the set of options that are mutually synonymous.- Returns:
 - the options
 
 - 
getUsageHelp
String getUsageHelp()Returns usage help for the option.- Returns:
 - the usage help
 
 
 -