Class TabDelimitedHelpParser
java.lang.Object
com.github.rvesse.airline.help.external.parsers.defaults.DefaultExternalHelpParser
com.github.rvesse.airline.help.external.parsers.defaults.TabDelimitedHelpParser
- All Implemented Interfaces:
ParagraphsParser, TabularParser
An external helper parser that parses tabular resources in Tab Delimited format
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.commons.csv.CSVFormatGets the tabular format in use for parsing tabular dataMethods inherited from class DefaultExternalHelpParser
parseParagraphs, parseRows
-
Constructor Details
-
TabDelimitedHelpParser
public TabDelimitedHelpParser()
-
-
Method Details
-
getTabularFormat
protected org.apache.commons.csv.CSVFormat getTabularFormat()Description copied from class:DefaultExternalHelpParserGets the tabular format in use for parsing tabular data- Overrides:
getTabularFormatin classDefaultExternalHelpParser- Returns:
- Tabular Format
-