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 classRelatedCommandsFactory -
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 classExternalHelpFactoryHelp 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 classCommonSectionsFactoryA 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. FACTORIESMethods in com.github.rvesse.airline.help.sections.factories with parameters of type HelpSectionFactory Modifier and Type Method Description static voidHelpSectionRegistry. addFactory(java.lang.Class<? extends java.lang.annotation.Annotation> cls, HelpSectionFactory factory)Registers a help section factory for a given annotation class
-