Uses of Class
com.github.rvesse.airline.help.sections.HelpFormat
-
-
Uses of HelpFormat in com.github.rvesse.airline.examples.userguide.restrictions.custom
Methods in com.github.rvesse.airline.examples.userguide.restrictions.custom that return HelpFormat Modifier and Type Method Description HelpFormat
MultipleOfRestriction. getFormat()
-
Uses of HelpFormat in com.github.rvesse.airline.help.sections
Methods in com.github.rvesse.airline.help.sections that return HelpFormat Modifier and Type Method Description HelpFormat
HelpHint. getFormat()
Gets the format of the provided help informationstatic HelpFormat
HelpFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HelpFormat[]
HelpFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HelpFormat in com.github.rvesse.airline.help.sections.common
Fields in com.github.rvesse.airline.help.sections.common declared as HelpFormat Modifier and Type Field Description private HelpFormat
BasicHint. format
Methods in com.github.rvesse.airline.help.sections.common that return HelpFormat Modifier and Type Method Description HelpFormat
BasicHint. getFormat()
HelpFormat
VersionSection. getFormat()
Constructors in com.github.rvesse.airline.help.sections.common with parameters of type HelpFormat Constructor Description BasicHint(java.lang.String preamble, HelpFormat format, java.lang.String[]... blocks)
BasicSection(java.lang.String title, int suggestedOrder, java.lang.String preamble, java.lang.String postamble, HelpFormat format, java.lang.String[]... blocks)
-
Uses of HelpFormat in com.github.rvesse.airline.restrictions.common
Methods in com.github.rvesse.airline.restrictions.common that return HelpFormat Modifier and Type Method Description HelpFormat
AbstractAllowedValuesRestriction. getFormat()
HelpFormat
EndsWithRestriction. getFormat()
HelpFormat
LengthRestriction. getFormat()
HelpFormat
NoOptionLikeValuesRestriction. getFormat()
HelpFormat
NotBlankRestriction. getFormat()
HelpFormat
NotEmptyRestriction. getFormat()
HelpFormat
OccurrencesRestriction. getFormat()
HelpFormat
PartialRestriction. getFormat()
HelpFormat
PathRestriction. getFormat()
HelpFormat
PatternRestriction. getFormat()
HelpFormat
PortRestriction. getFormat()
HelpFormat
PositiveNegativeRestriction. getFormat()
HelpFormat
RangeRestriction. getFormat()
HelpFormat
StartsWithRestriction. getFormat()
-
Uses of HelpFormat in com.github.rvesse.airline.restrictions.options
Methods in com.github.rvesse.airline.restrictions.options that return HelpFormat Modifier and Type Method Description HelpFormat
MutuallyExclusiveRestriction. getFormat()
HelpFormat
RequiredOnlyIfRestriction. getFormat()
HelpFormat
RequiredUnlessEnvironmentRestriction. getFormat()
HelpFormat
RequireFromRestriction. getFormat()
-