Uses of Interface
com.github.rvesse.airline.help.external.parsers.ParagraphsParser
Packages that use ParagraphsParser
Package
Description
-
Uses of ParagraphsParser in com.github.rvesse.airline.help.external.factories
Methods in com.github.rvesse.airline.help.external.factories that return ParagraphsParserModifier and TypeMethodDescriptionprotected ParagraphsParser
ExternalHelpFactory.loadParagraphsParser
(Class<? extends ParagraphsParser> parserCls) Loads the paragraphs parserMethods in com.github.rvesse.airline.help.external.factories with parameters of type ParagraphsParserModifier and TypeMethodDescriptionprotected String[]
ExternalHelpFactory.parseParagraphs
(ResourceLocator[] resourceLocators, String resource, ParagraphsParser parser) Parses paragraphs from a resourceMethod parameters in com.github.rvesse.airline.help.external.factories with type arguments of type ParagraphsParserModifier and TypeMethodDescriptionprotected ParagraphsParser
ExternalHelpFactory.loadParagraphsParser
(Class<? extends ParagraphsParser> parserCls) Loads the paragraphs parser -
Uses of ParagraphsParser in com.github.rvesse.airline.help.external.parsers.defaults
Classes in com.github.rvesse.airline.help.external.parsers.defaults that implement ParagraphsParserModifier and TypeClassDescriptionclass
Default external help parserclass
An external helper parser that parses tabular resources in Tab Delimited format