Interface OptionHelp


public interface OptionHelp
Help for a specific option.
Since:
1.0.0
Author:
Phillip Webb
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the set of options that are mutually synonymous.
    Returns usage help for the option.
  • Method Details

    • getOptions

      Set<String> 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