Uses of Enum Class
com.github.rvesse.airline.help.sections.HelpFormat
Packages that use HelpFormat
Package
Description
-
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 -
Uses of HelpFormat in com.github.rvesse.airline.help.sections
Methods in com.github.rvesse.airline.help.sections that return HelpFormatModifier and TypeMethodDescriptionHelpHint.getFormat()
Gets the format of the provided help informationstatic HelpFormat
Returns the enum constant of this class with the specified name.static HelpFormat[]
HelpFormat.values()
Returns an array containing the constants of this enum class, 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 HelpFormatMethods in com.github.rvesse.airline.help.sections.common that return HelpFormatConstructors in com.github.rvesse.airline.help.sections.common with parameters of type HelpFormatModifierConstructorDescriptionBasicHint
(String preamble, HelpFormat format, String[]... blocks) BasicSection
(String title, int suggestedOrder, String preamble, String postamble, HelpFormat format, String[]... blocks) -
Uses of HelpFormat in com.github.rvesse.airline.restrictions.common
Methods in com.github.rvesse.airline.restrictions.common that return HelpFormatModifier and TypeMethodDescriptionAbstractAllowedValuesRestriction.getFormat()
EndsWithRestriction.getFormat()
LengthRestriction.getFormat()
NoOptionLikeValuesRestriction.getFormat()
NotBlankRestriction.getFormat()
NotEmptyRestriction.getFormat()
OccurrencesRestriction.getFormat()
PartialRestriction.getFormat()
PathRestriction.getFormat()
PatternRestriction.getFormat()
PortRestriction.getFormat()
PositiveNegativeRestriction.getFormat()
RangeRestriction.getFormat()
StartsWithRestriction.getFormat()
-
Uses of HelpFormat in com.github.rvesse.airline.restrictions.options
Methods in com.github.rvesse.airline.restrictions.options that return HelpFormat