Uses of Interface
com.github.rvesse.airline.help.external.parsers.TabularParser
-
-
Uses of TabularParser in com.github.rvesse.airline.annotations.help.external
Methods in com.github.rvesse.airline.annotations.help.external that return types with arguments of type TabularParser Modifier and Type Method Description java.lang.Class<? extends TabularParser>
parser()
The parser to use to translate the source specified byExternalExitCodes.source()
into paragraphsjava.lang.Class<? extends TabularParser>
parser()
The parser to use to translate the source specified byExternalTabularExamples.source()
into tabular data -
Uses of TabularParser in com.github.rvesse.airline.help.external.factories
Methods in com.github.rvesse.airline.help.external.factories that return TabularParser Modifier and Type Method Description protected TabularParser
ExternalHelpFactory. loadTabularParser(java.lang.Class<? extends TabularParser> parserCls)
Loads the tabular parserMethods in com.github.rvesse.airline.help.external.factories with parameters of type TabularParser Modifier and Type Method Description protected java.util.List<java.util.List<java.lang.String>>
ExternalHelpFactory. parseTabular(ResourceLocator[] resourceLocators, java.lang.String resource, TabularParser parser)
Parses tabular data from a resourceMethod parameters in com.github.rvesse.airline.help.external.factories with type arguments of type TabularParser Modifier and Type Method Description protected TabularParser
ExternalHelpFactory. loadTabularParser(java.lang.Class<? extends TabularParser> parserCls)
Loads the tabular parser -
Uses of TabularParser in com.github.rvesse.airline.help.external.parsers.defaults
Classes in com.github.rvesse.airline.help.external.parsers.defaults that implement TabularParser Modifier and Type Class Description class
DefaultExternalHelpParser
Default external help parserclass
TabDelimitedHelpParser
An external helper parser that parses tabular resources in Tab Delimited format
-