Constant Field Values
Contents
com.github.*
-
com.github.rvesse.airline.builder.UserAliasSourceBuilder<C> Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_EXTENSION
".config"
-
com.github.rvesse.airline.examples.userguide.parser.options.JdbcStyleOptionParser<T> Modifier and Type Constant Field Value public static final java.lang.String
NAME_VALUE_SEPARATOR
"="
public static final java.lang.String
OPTION_SEPARATOR
";"
-
com.github.rvesse.airline.help.cli.bash.BashCompletionGenerator<T> Modifier and Type Constant Field Value private static final java.lang.String
DOUBLE_NEWLINE
"\n\n"
private static final char
NEWLINE
10
-
com.github.rvesse.airline.help.common.AbstractUsageGenerator Modifier and Type Constant Field Value public static final int
DEFAULT_COLUMNS
79
-
com.github.rvesse.airline.help.html.HtmlCommandUsageGenerator Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_STYLESHEET
"css/bootstrap.min.css"
protected static final java.lang.String
NEWLINE
"<br/>\n"
-
com.github.rvesse.airline.help.man.ManSections Modifier and Type Constant Field Value public static final int
C_LIBRARY_FUNCTIONS
3
public static final int
FILE_FORMATS
5
public static final int
GAMES_AND_SCREENSAVERS
6
public static final int
GENERAL_COMMANDS
1
public static final int
MISCELLANEOUS
7
public static final int
SPECIAL_FILES
4
public static final int
SYSTEM_ADMIN_AND_DAEMONS
8
public static final int
SYSTEM_CALLS
2
-
com.github.rvesse.airline.help.sections.common.CommonSections Modifier and Type Constant Field Value public static final int
ORDER_COPYRIGHT
50
public static final int
ORDER_DISCUSSION
10
public static final int
ORDER_EXAMPLES
20
public static final int
ORDER_EXIT_CODES
30
public static final int
ORDER_LICENSE
60
public static final int
ORDER_SEE_ALSO
70
public static final int
ORDER_VERSION
40
public static final java.lang.String
TITLE_COPYRIGHT
"Copyright"
public static final java.lang.String
TITLE_DISCUSSION
"Discussion"
public static final java.lang.String
TITLE_EXAMPLES
"Examples"
public static final java.lang.String
TITLE_EXIT_CODES
"Exit Codes"
public static final java.lang.String
TITLE_LICENSE
"License"
public static final java.lang.String
TITLE_SEE_ALSO
"See Also"
public static final java.lang.String
TITLE_VERSION
"Version"
-
com.github.rvesse.airline.io.AnsiControlCodes Modifier and Type Constant Field Value public static final int
BACKGROUND
40
public static final int
BACKGROUND_BRIGHT
100
public static final int
BACKGROUND_EXTENDED
48
public static final int
BLINK_OFF
25
public static final int
BLINK_RAPID
6
public static final int
BLINK_SLOW
5
public static final int
BOLD
1
public static final int
BOLD_OFF
21
public static final char
COLOR_MODE_256
53
public static final char
COLOR_MODE_TRUE
50
public static final int
CONCEAL
8
public static final int
DEFAULT_BACKGROUND
49
public static final int
DEFAULT_FOREGROUND
39
public static final java.lang.String
ESCAPE
"\u001b["
public static final int
FAINT
2
public static final int
FOREGROUND
30
public static final int
FOREGROUND_BRIGHT
90
public static final int
FOREGROUND_EXTENDED
38
public static final int
IMAGE_NEGATIVE
7
public static final int
IMAGE_POSITIVE
27
public static final int
ITALIC
3
public static final int
ITALIC_OFF
23
public static final int
NORMAL_INTENSITY
22
public static final char
PARAM_SEPARATOR
59
public static final char
RESET
48
public static final int
REVEAL
28
public static final char
SELECT_GRAPHIC_RENDITION
109
public static final int
STRIKE_THROUGH
9
public static final int
STRIKE_THROUGH_OFF
29
public static final int
UNDERLINE
4
public static final int
UNDERLINE_OFF
24
-
com.github.rvesse.airline.io.printers.TroffPrinter Modifier and Type Constant Field Value private static final java.lang.String
BULLET_STYLE_BULLET
"\"\\(bu\""
private static final java.lang.String
BULLET_STYLE_DASH
"\"-\""
private static final java.lang.String
BULLET_STYLE_EM_DASH
"\"\\(em\""
private static final int
DEFAULT_INDENTATION
4
private final int
indentation
4
private static final java.lang.String
REQUEST_BREAK
".br"
private static final java.lang.String
REQUEST_FONT_BOLD
"\\fB"
private static final java.lang.String
REQUEST_FONT_BOLD_ITALIC
"\\fBI"
private static final java.lang.String
REQUEST_FONT_ITALIC
"\\fI"
private static final java.lang.String
REQUEST_FONT_ROMAN
"\\fR"
private static final java.lang.String
REQUEST_MOVE_LEFT_MARGIN
".RS"
private static final java.lang.String
REQUEST_PARAGRAPH_CURRENT_INDENTATION
".IP"
private static final java.lang.String
REQUEST_PARAGRAPH_NO_INDENTATION
".IP \"\" 0"
private static final java.lang.String
REQUEST_PARAGRAPH_TITLED
".TP"
private static final java.lang.String
REQUEST_RESET_LEFT_MARGIN
".RE"
private static final java.lang.String
REQUEST_TABLE_END
".TE"
private static final java.lang.String
REQUEST_TABLE_START
".TS"
-
com.github.rvesse.airline.model.MetadataLoader Modifier and Type Constant Field Value public static final java.lang.String
AIRLINE_MODULE
"com.github.rvesse.airline.annotations.AirlineModule"
public static final java.lang.String
COM_GOOGLE_INJECT_INJECT
"com.google.inject.Inject"
public static final java.lang.String
JAKARTA_INJECT_INJECT
"jakarta.inject.Inject"
public static final java.lang.String
JAVAX_INJECT_INJECT
"javax.inject.Inject"
-
com.github.rvesse.airline.model.ParserMetadata<T> Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_ARGUMENTS_SEPARATOR
"--"
-
com.github.rvesse.airline.parser.errors.ParseAliasCircularReferenceException Modifier and Type Constant Field Value private static final long
serialVersionUID
1982540121928126507L
-
com.github.rvesse.airline.parser.errors.ParseArgumentsIllegalValueException Modifier and Type Constant Field Value private static final long
serialVersionUID
810812151673279427L
-
com.github.rvesse.airline.parser.errors.ParseArgumentsMissingException Modifier and Type Constant Field Value private static final long
serialVersionUID
6220909299960264997L
-
com.github.rvesse.airline.parser.errors.ParseArgumentsUnexpectedException Modifier and Type Constant Field Value private static final long
serialVersionUID
-3146629773738933406L
-
com.github.rvesse.airline.parser.errors.ParseCommandMissingException Modifier and Type Constant Field Value private static final long
serialVersionUID
-2671426251662153521L
-
com.github.rvesse.airline.parser.errors.ParseCommandUnrecognizedException Modifier and Type Constant Field Value private static final long
serialVersionUID
7580940207857781141L
-
com.github.rvesse.airline.parser.errors.ParseException Modifier and Type Constant Field Value private static final long
serialVersionUID
3772132549207742875L
-
com.github.rvesse.airline.parser.errors.ParseInvalidRestrictionException Modifier and Type Constant Field Value private static final long
serialVersionUID
-4939228307213631994L
-
com.github.rvesse.airline.parser.errors.ParseOptionConversionException Modifier and Type Constant Field Value private static final long
serialVersionUID
-9105701233341582179L
-
com.github.rvesse.airline.parser.errors.ParseOptionGroupException Modifier and Type Constant Field Value private static final long
serialVersionUID
3018628261472277344L
-
com.github.rvesse.airline.parser.errors.ParseOptionIllegalValueException Modifier and Type Constant Field Value private static final long
serialVersionUID
810812151673279427L
-
com.github.rvesse.airline.parser.errors.ParseOptionMissingException Modifier and Type Constant Field Value private static final long
serialVersionUID
-2256462221508393062L
-
com.github.rvesse.airline.parser.errors.ParseOptionMissingValueException Modifier and Type Constant Field Value private static final long
serialVersionUID
-731926542936989571L
-
com.github.rvesse.airline.parser.errors.ParseOptionOutOfRangeException Modifier and Type Constant Field Value private static final long
serialVersionUID
4391651222234661142L
-
com.github.rvesse.airline.parser.errors.ParseOptionUnexpectedException Modifier and Type Constant Field Value private static final long
serialVersionUID
3493707402382042376L
-
com.github.rvesse.airline.parser.errors.ParseRestrictionViolatedException Modifier and Type Constant Field Value private static final long
serialVersionUID
-3269082489946417712L
-
com.github.rvesse.airline.parser.errors.ParseTooManyArgumentsException Modifier and Type Constant Field Value private static final long
serialVersionUID
-4597154963755198959L
-
com.github.rvesse.airline.parser.options.AbstractNameValueOptionParser<T> Modifier and Type Constant Field Value private static final char
DEFAULT_SEPARATOR
61
-
com.github.rvesse.airline.parser.options.ListValueOptionParser<T> Modifier and Type Constant Field Value private static final char
DEFAULT_SEPARATOR
44
-
com.github.rvesse.airline.parser.options.MaybePairValueOptionParser<T> Modifier and Type Constant Field Value private static final char
DEFAULT_SEPARATOR
61
-
com.github.rvesse.airline.parser.resources.AbstractPlaceholderLocator Modifier and Type Constant Field Value private static final java.lang.String
PLACEHOLDER_END
"}"
private static final java.lang.String
PLACEHOLDER_START
"${"
-
com.github.rvesse.airline.parser.resources.ClasspathLocator Modifier and Type Constant Field Value public static final java.lang.String
CLASSPATH_URI_PREFIX
"classpath:"
-
com.github.rvesse.airline.parser.resources.FileLocator Modifier and Type Constant Field Value public static final java.lang.String
FILE_URI_PREFIX
"file://"
-
com.github.rvesse.airline.prompts.builders.ListFormatBuilder<TOption> Modifier and Type Constant Field Value public static final int
DEFAULT_COLUMNS
80
-
com.github.rvesse.airline.prompts.errors.PromptException Modifier and Type Constant Field Value private static final long
serialVersionUID
-3768748521286786554L
-
com.github.rvesse.airline.prompts.errors.PromptTimeoutException Modifier and Type Constant Field Value private static final long
serialVersionUID
8701888121375546762L
-
com.github.rvesse.airline.restrictions.common.AbstractAllowedValuesRestriction Modifier and Type Constant Field Value protected static final boolean
CASE_INSENSITIVE
true
protected static final boolean
CASE_SENSITIVE
false
-
com.github.rvesse.airline.restrictions.common.PortRestriction Modifier and Type Constant Field Value private static final int
MAX_PORT
65535
private static final int
MIN_PORT
0