Uses of Interface
com.github.rvesse.airline.help.external.parsers.ParagraphsParser
-
-
Uses of ParagraphsParser in com.github.rvesse.airline.annotations.help.external
Methods in com.github.rvesse.airline.annotations.help.external that return types with arguments of type ParagraphsParser Modifier and Type Method Description java.lang.Class<? extends ParagraphsParser>parser()The parser to use to translate the source specified byExternalDiscussion.source()into paragraphsjava.lang.Class<? extends ParagraphsParser>parser()The parser to use to translate the source specified byExternalExamples.exampleSource()andExternalExamples.descriptionSource()into paragraphsjava.lang.Class<? extends ParagraphsParser>parser()The parser to use to translate the source specified byExternalProse.source()into paragraphs -
Uses of ParagraphsParser in com.github.rvesse.airline.help.external.factories
Methods in com.github.rvesse.airline.help.external.factories that return ParagraphsParser Modifier and Type Method Description protected ParagraphsParserExternalHelpFactory. loadParagraphsParser(java.lang.Class<? extends ParagraphsParser> parserCls)Loads the paragraphs parserMethods in com.github.rvesse.airline.help.external.factories with parameters of type ParagraphsParser Modifier and Type Method Description protected java.lang.String[]ExternalHelpFactory. parseParagraphs(ResourceLocator[] resourceLocators, java.lang.String resource, ParagraphsParser parser)Parses paragraphs from a resourceMethod parameters in com.github.rvesse.airline.help.external.factories with type arguments of type ParagraphsParser Modifier and Type Method Description protected ParagraphsParserExternalHelpFactory. loadParagraphsParser(java.lang.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 ParagraphsParser Modifier and Type Class Description classDefaultExternalHelpParserDefault external help parserclassTabDelimitedHelpParserAn external helper parser that parses tabular resources in Tab Delimited format
-