Module com.github.rvesse.airline
Class CommonSections
java.lang.Object
com.github.rvesse.airline.help.sections.common.CommonSections
Constants related to common help sections
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Constants defining the relative order of some commonly used help sectionsstatic final int
Constants defining the relative order of some commonly used help sectionsstatic final int
Constants defining the relative order of some commonly used help sectionsstatic final int
Constants defining the relative order of some commonly used help sectionsstatic final int
Constants defining the relative order of some commonly used help sectionsstatic final int
Constants defining the relative order of some commonly used help sectionsstatic final int
Constants defining the relative order of some commonly used help sectionsstatic final String
Constants defining the titles of some commonly used help sectionsstatic final String
Constants defining the titles of some commonly used help sectionsstatic final String
Constants defining the titles of some commonly used help sectionsstatic final String
Constants defining the titles of some commonly used help sectionsstatic final String
Constants defining the titles of some commonly used help sectionsstatic final String
Constants defining the titles of some commonly used help sectionsstatic final String
Constants defining the titles of some commonly used help sections -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ORDER_DISCUSSION
public static final int ORDER_DISCUSSIONConstants defining the relative order of some commonly used help sections- See Also:
-
ORDER_EXAMPLES
public static final int ORDER_EXAMPLESConstants defining the relative order of some commonly used help sections- See Also:
-
ORDER_EXIT_CODES
public static final int ORDER_EXIT_CODESConstants defining the relative order of some commonly used help sections- See Also:
-
ORDER_VERSION
public static final int ORDER_VERSIONConstants defining the relative order of some commonly used help sections- See Also:
-
ORDER_COPYRIGHT
public static final int ORDER_COPYRIGHTConstants defining the relative order of some commonly used help sections- See Also:
-
ORDER_LICENSE
public static final int ORDER_LICENSEConstants defining the relative order of some commonly used help sections- See Also:
-
ORDER_SEE_ALSO
public static final int ORDER_SEE_ALSOConstants defining the relative order of some commonly used help sections- See Also:
-
TITLE_EXAMPLES
Constants defining the titles of some commonly used help sections- See Also:
-
TITLE_DISCUSSION
Constants defining the titles of some commonly used help sections- See Also:
-
TITLE_EXIT_CODES
Constants defining the titles of some commonly used help sections- See Also:
-
TITLE_COPYRIGHT
Constants defining the titles of some commonly used help sections- See Also:
-
TITLE_LICENSE
Constants defining the titles of some commonly used help sections- See Also:
-
TITLE_VERSION
Constants defining the titles of some commonly used help sections- See Also:
-
TITLE_SEE_ALSO
Constants defining the titles of some commonly used help sections- See Also:
-
-
Constructor Details
-
CommonSections
public CommonSections()
-