Module com.github.rvesse.airline
Class CommonSections
- java.lang.Object
-
- com.github.rvesse.airline.help.sections.common.CommonSections
-
public class CommonSections extends java.lang.Object
Constants related to common help sections
-
-
Field Summary
Fields Modifier and Type Field Description static int
ORDER_COPYRIGHT
Constants defining the relative order of some commonly used help sectionsstatic int
ORDER_DISCUSSION
Constants defining the relative order of some commonly used help sectionsstatic int
ORDER_EXAMPLES
Constants defining the relative order of some commonly used help sectionsstatic int
ORDER_EXIT_CODES
Constants defining the relative order of some commonly used help sectionsstatic int
ORDER_LICENSE
Constants defining the relative order of some commonly used help sectionsstatic int
ORDER_SEE_ALSO
Constants defining the relative order of some commonly used help sectionsstatic int
ORDER_VERSION
Constants defining the relative order of some commonly used help sectionsstatic java.lang.String
TITLE_COPYRIGHT
Constants defining the titles of some commonly used help sectionsstatic java.lang.String
TITLE_DISCUSSION
Constants defining the titles of some commonly used help sectionsstatic java.lang.String
TITLE_EXAMPLES
Constants defining the titles of some commonly used help sectionsstatic java.lang.String
TITLE_EXIT_CODES
Constants defining the titles of some commonly used help sectionsstatic java.lang.String
TITLE_LICENSE
Constants defining the titles of some commonly used help sectionsstatic java.lang.String
TITLE_SEE_ALSO
Constants defining the titles of some commonly used help sectionsstatic java.lang.String
TITLE_VERSION
Constants 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
-
-