Uses of Interface
com.github.rvesse.airline.help.sections.factories.HelpSectionFactory
-
-
Uses of HelpSectionFactory in com.github.rvesse.airline.examples.userguide.help.sections.custom
Classes in com.github.rvesse.airline.examples.userguide.help.sections.custom that implement HelpSectionFactory Modifier and Type Class Description class
RelatedCommandsFactory
-
Uses of HelpSectionFactory in com.github.rvesse.airline.help.external.factories
Classes in com.github.rvesse.airline.help.external.factories that implement HelpSectionFactory Modifier and Type Class Description class
ExternalHelpFactory
Help section factory that enables the additional annotations provided by this module -
Uses of HelpSectionFactory in com.github.rvesse.airline.help.sections.factories
Classes in com.github.rvesse.airline.help.sections.factories that implement HelpSectionFactory Modifier and Type Class Description class
CommonSectionsFactory
A help section factory that implements the common sections built into AirlineFields in com.github.rvesse.airline.help.sections.factories with type parameters of type HelpSectionFactory Modifier and Type Field Description private static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,HelpSectionFactory>
HelpSectionRegistry. FACTORIES
Methods in com.github.rvesse.airline.help.sections.factories with parameters of type HelpSectionFactory Modifier and Type Method Description static void
HelpSectionRegistry. addFactory(java.lang.Class<? extends java.lang.annotation.Annotation> cls, HelpSectionFactory factory)
Registers a help section factory for a given annotation class
-