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 classCliGlobalUsageGenerator<T>classCliGlobalUsageSummaryGenerator<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 classBashCompletionGenerator<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 classAbstractGlobalUsageGenerator<T>Abstract global usage generatorclassAbstractPrintedGlobalUsageGenerator<T>Abstract global usage generator for generators that use aUsagePrinterto 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 classManGlobalUsageGenerator<T>A global usage generator which generates Man pages in Troff formatclassManMultiPageGlobalUsageGenerator<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 classMarkdownGlobalUsageGenerator<T>classMarkdownMultiPageGlobalUsageGenerator<T>
-