Uses of Interface
com.github.rvesse.airline.help.CommandUsageGenerator
Packages that use CommandUsageGenerator
Package
Description
-
Uses of CommandUsageGenerator in com.github.rvesse.airline
Methods in com.github.rvesse.airline with parameters of type CommandUsageGeneratorModifier and TypeMethodDescriptionvoidHelpOption.showHelp(CommandUsageGenerator generator) Shows help using the given usage generator<T> booleanHelpOption.showHelpIfErrors(ParseResult<T> result, boolean printErrors, CommandUsageGenerator generator) Shows help if any parsing errors were detectedbooleanHelpOption.showHelpIfRequested(CommandUsageGenerator generator) Shows help if user requested it, and it hasn't already been shown -
Uses of CommandUsageGenerator in com.github.rvesse.airline.help.cli
Classes in com.github.rvesse.airline.help.cli that implement CommandUsageGenerator -
Uses of CommandUsageGenerator in com.github.rvesse.airline.help.common
Classes in com.github.rvesse.airline.help.common that implement CommandUsageGeneratorModifier and TypeClassDescriptionclassAbstract command usage generatorclassAbstract command usage generator for generators that use aUsagePrinterto generate the documentation -
Uses of CommandUsageGenerator in com.github.rvesse.airline.help.html
Classes in com.github.rvesse.airline.help.html that implement CommandUsageGeneratorModifier and TypeClassDescriptionclassA usage generator that generates HTML documentation -
Uses of CommandUsageGenerator in com.github.rvesse.airline.help.man
Classes in com.github.rvesse.airline.help.man that implement CommandUsageGeneratorModifier and TypeClassDescriptionclassA command usage generator which generates help in man page (Troff) formatFields in com.github.rvesse.airline.help.man declared as CommandUsageGeneratorModifier and TypeFieldDescriptionprotected final CommandUsageGeneratorManGlobalUsageGenerator.commandUsageGeneratorConstructors in com.github.rvesse.airline.help.man with parameters of type CommandUsageGeneratorModifierConstructorDescriptionprotectedManGlobalUsageGenerator(int manSection, boolean includeHidden, CommandUsageGenerator commandUsageGenerator) protectedManMultiPageGlobalUsageGenerator(int manSection, boolean includeHidden, CommandUsageGenerator commandUsageGenerator, File baseDir) -
Uses of CommandUsageGenerator in com.github.rvesse.airline.help.markdown
Classes in com.github.rvesse.airline.help.markdown that implement CommandUsageGenerator