java.lang.Object
com.github.rvesse.airline.help.sections.common.CommonSections

public class CommonSections extends Object
Constants related to common help sections
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constants defining the relative order of some commonly used help sections
    static final int
    Constants defining the relative order of some commonly used help sections
    static final int
    Constants defining the relative order of some commonly used help sections
    static final int
    Constants defining the relative order of some commonly used help sections
    static final int
    Constants defining the relative order of some commonly used help sections
    static final int
    Constants defining the relative order of some commonly used help sections
    static final int
    Constants defining the relative order of some commonly used help sections
    static final String
    Constants defining the titles of some commonly used help sections
    static final String
    Constants defining the titles of some commonly used help sections
    static final String
    Constants defining the titles of some commonly used help sections
    static final String
    Constants defining the titles of some commonly used help sections
    static final String
    Constants defining the titles of some commonly used help sections
    static final String
    Constants defining the titles of some commonly used help sections
    static final String
    Constants defining the titles of some commonly used help sections
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ORDER_DISCUSSION

      public static final int ORDER_DISCUSSION
      Constants defining the relative order of some commonly used help sections
      See Also:
    • ORDER_EXAMPLES

      public static final int ORDER_EXAMPLES
      Constants defining the relative order of some commonly used help sections
      See Also:
    • ORDER_EXIT_CODES

      public static final int ORDER_EXIT_CODES
      Constants defining the relative order of some commonly used help sections
      See Also:
    • ORDER_VERSION

      public static final int ORDER_VERSION
      Constants defining the relative order of some commonly used help sections
      See Also:
    • ORDER_LICENSE

      public static final int ORDER_LICENSE
      Constants defining the relative order of some commonly used help sections
      See Also:
    • ORDER_SEE_ALSO

      public static final int ORDER_SEE_ALSO
      Constants defining the relative order of some commonly used help sections
      See Also:
    • TITLE_EXAMPLES

      public static final String TITLE_EXAMPLES
      Constants defining the titles of some commonly used help sections
      See Also:
    • TITLE_DISCUSSION

      public static final String TITLE_DISCUSSION
      Constants defining the titles of some commonly used help sections
      See Also:
    • TITLE_EXIT_CODES

      public static final String TITLE_EXIT_CODES
      Constants defining the titles of some commonly used help sections
      See Also:
    • TITLE_LICENSE

      public static final String TITLE_LICENSE
      Constants defining the titles of some commonly used help sections
      See Also:
    • TITLE_VERSION

      public static final String TITLE_VERSION
      Constants defining the titles of some commonly used help sections
      See Also:
    • TITLE_SEE_ALSO

      public static final String TITLE_SEE_ALSO
      Constants defining the titles of some commonly used help sections
      See Also:
  • Constructor Details

    • CommonSections

      public CommonSections()