Uses of Interface
com.github.rvesse.airline.help.sections.factories.HelpSectionFactory
Packages that use HelpSectionFactory
Package
Description
-
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 -
Uses of HelpSectionFactory in com.github.rvesse.airline.help.external.factories
Classes in com.github.rvesse.airline.help.external.factories that implement HelpSectionFactoryModifier and TypeClassDescriptionclass
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 HelpSectionFactoryModifier and TypeClassDescriptionclass
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 HelpSectionFactoryModifier and TypeFieldDescriptionprivate static final Map
<Class<? extends Annotation>, HelpSectionFactory> HelpSectionRegistry.FACTORIES
Methods in com.github.rvesse.airline.help.sections.factories with parameters of type HelpSectionFactoryModifier and TypeMethodDescriptionstatic void
HelpSectionRegistry.addFactory
(Class<? extends Annotation> cls, HelpSectionFactory factory) Registers a help section factory for a given annotation class