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 TypeMethodDescriptionvoid
HelpOption.showHelp
(CommandUsageGenerator generator) Shows help using the given usage generator<T> boolean
HelpOption.showHelpIfErrors
(ParseResult<T> result, boolean printErrors, CommandUsageGenerator generator) Shows help if any parsing errors were detectedboolean
HelpOption.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 TypeClassDescriptionclass
Abstract command usage generatorclass
Abstract command usage generator for generators that use aUsagePrinter
to 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A command usage generator which generates help in man page (Troff) formatFields in com.github.rvesse.airline.help.man declared as CommandUsageGeneratorModifier and TypeFieldDescriptionprotected final CommandUsageGenerator
ManGlobalUsageGenerator.commandUsageGenerator
Constructors in com.github.rvesse.airline.help.man with parameters of type CommandUsageGeneratorModifierConstructorDescriptionprotected
ManGlobalUsageGenerator
(int manSection, boolean includeHidden, CommandUsageGenerator commandUsageGenerator) protected
ManMultiPageGlobalUsageGenerator
(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