Module com.github.rvesse.airline
Class CommonSections
- java.lang.Object
-
- com.github.rvesse.airline.help.sections.common.CommonSections
-
public class CommonSections extends java.lang.ObjectConstants related to common help sections
-
-
Field Summary
Fields Modifier and Type Field Description static intORDER_COPYRIGHTConstants defining the relative order of some commonly used help sectionsstatic intORDER_DISCUSSIONConstants defining the relative order of some commonly used help sectionsstatic intORDER_EXAMPLESConstants defining the relative order of some commonly used help sectionsstatic intORDER_EXIT_CODESConstants defining the relative order of some commonly used help sectionsstatic intORDER_LICENSEConstants defining the relative order of some commonly used help sectionsstatic intORDER_SEE_ALSOConstants defining the relative order of some commonly used help sectionsstatic intORDER_VERSIONConstants defining the relative order of some commonly used help sectionsstatic java.lang.StringTITLE_COPYRIGHTConstants defining the titles of some commonly used help sectionsstatic java.lang.StringTITLE_DISCUSSIONConstants defining the titles of some commonly used help sectionsstatic java.lang.StringTITLE_EXAMPLESConstants defining the titles of some commonly used help sectionsstatic java.lang.StringTITLE_EXIT_CODESConstants defining the titles of some commonly used help sectionsstatic java.lang.StringTITLE_LICENSEConstants defining the titles of some commonly used help sectionsstatic java.lang.StringTITLE_SEE_ALSOConstants defining the titles of some commonly used help sectionsstatic java.lang.StringTITLE_VERSIONConstants defining the titles of some commonly used help sections
-
Constructor Summary
Constructors Constructor Description CommonSections()
-
-
-
Field Detail
-
ORDER_DISCUSSION
public static final int ORDER_DISCUSSION
Constants defining the relative order of some commonly used help sections- See Also:
- Constant Field Values
-
ORDER_EXAMPLES
public static final int ORDER_EXAMPLES
Constants defining the relative order of some commonly used help sections- See Also:
- Constant Field Values
-
ORDER_EXIT_CODES
public static final int ORDER_EXIT_CODES
Constants defining the relative order of some commonly used help sections- See Also:
- Constant Field Values
-
ORDER_VERSION
public static final int ORDER_VERSION
Constants defining the relative order of some commonly used help sections- See Also:
- Constant Field Values
-
ORDER_COPYRIGHT
public static final int ORDER_COPYRIGHT
Constants defining the relative order of some commonly used help sections- See Also:
- Constant Field Values
-
ORDER_LICENSE
public static final int ORDER_LICENSE
Constants defining the relative order of some commonly used help sections- See Also:
- Constant Field Values
-
ORDER_SEE_ALSO
public static final int ORDER_SEE_ALSO
Constants defining the relative order of some commonly used help sections- See Also:
- Constant Field Values
-
TITLE_EXAMPLES
public static final java.lang.String TITLE_EXAMPLES
Constants defining the titles of some commonly used help sections- See Also:
- Constant Field Values
-
TITLE_DISCUSSION
public static final java.lang.String TITLE_DISCUSSION
Constants defining the titles of some commonly used help sections- See Also:
- Constant Field Values
-
TITLE_EXIT_CODES
public static final java.lang.String TITLE_EXIT_CODES
Constants defining the titles of some commonly used help sections- See Also:
- Constant Field Values
-
TITLE_COPYRIGHT
public static final java.lang.String TITLE_COPYRIGHT
Constants defining the titles of some commonly used help sections- See Also:
- Constant Field Values
-
TITLE_LICENSE
public static final java.lang.String TITLE_LICENSE
Constants defining the titles of some commonly used help sections- See Also:
- Constant Field Values
-
TITLE_VERSION
public static final java.lang.String TITLE_VERSION
Constants defining the titles of some commonly used help sections- See Also:
- Constant Field Values
-
TITLE_SEE_ALSO
public static final java.lang.String TITLE_SEE_ALSO
Constants defining the titles of some commonly used help sections- See Also:
- Constant Field Values
-
-