Uses of Interface
com.github.rvesse.airline.help.GlobalUsageGenerator
-
-
Uses of GlobalUsageGenerator in com.github.rvesse.airline.help.cli
Classes in com.github.rvesse.airline.help.cli that implement GlobalUsageGenerator Modifier and Type Class Description class
CliGlobalUsageGenerator<T>
class
CliGlobalUsageSummaryGenerator<T>
-
Uses of GlobalUsageGenerator in com.github.rvesse.airline.help.cli.bash
Classes in com.github.rvesse.airline.help.cli.bash that implement GlobalUsageGenerator Modifier and Type Class Description class
BashCompletionGenerator<T>
-
Uses of GlobalUsageGenerator in com.github.rvesse.airline.help.common
Classes in com.github.rvesse.airline.help.common that implement GlobalUsageGenerator Modifier and Type Class Description class
AbstractGlobalUsageGenerator<T>
Abstract global usage generatorclass
AbstractPrintedGlobalUsageGenerator<T>
Abstract global usage generator for generators that use aUsagePrinter
to generate the documentation -
Uses of GlobalUsageGenerator in com.github.rvesse.airline.help.man
Classes in com.github.rvesse.airline.help.man that implement GlobalUsageGenerator Modifier and Type Class Description class
ManGlobalUsageGenerator<T>
A global usage generator which generates Man pages in Troff formatclass
ManMultiPageGlobalUsageGenerator<T>
-
Uses of GlobalUsageGenerator in com.github.rvesse.airline.help.markdown
Classes in com.github.rvesse.airline.help.markdown that implement GlobalUsageGenerator Modifier and Type Class Description class
MarkdownGlobalUsageGenerator<T>
class
MarkdownMultiPageGlobalUsageGenerator<T>
-