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 HelpFormatMultipleOfRestriction. 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 HelpFormatHelpHint. getFormat()Gets the format of the provided help informationstatic HelpFormatHelpFormat. 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 HelpFormatBasicHint. formatMethods in com.github.rvesse.airline.help.sections.common that return HelpFormat Modifier and Type Method Description HelpFormatBasicHint. getFormat()HelpFormatVersionSection. 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 HelpFormatAbstractAllowedValuesRestriction. getFormat()HelpFormatEndsWithRestriction. getFormat()HelpFormatLengthRestriction. getFormat()HelpFormatNoOptionLikeValuesRestriction. getFormat()HelpFormatNotBlankRestriction. getFormat()HelpFormatNotEmptyRestriction. getFormat()HelpFormatOccurrencesRestriction. getFormat()HelpFormatPartialRestriction. getFormat()HelpFormatPathRestriction. getFormat()HelpFormatPatternRestriction. getFormat()HelpFormatPortRestriction. getFormat()HelpFormatPositiveNegativeRestriction. getFormat()HelpFormatRangeRestriction. getFormat()HelpFormatStartsWithRestriction. 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 HelpFormatMutuallyExclusiveRestriction. getFormat()HelpFormatRequiredOnlyIfRestriction. getFormat()HelpFormatRequiredUnlessEnvironmentRestriction. getFormat()HelpFormatRequireFromRestriction. getFormat()
-