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.CSVFormat
Gets the tabular format in use for parsing tabular dataMethods inherited from class com.github.rvesse.airline.help.external.parsers.defaults.DefaultExternalHelpParser
parseParagraphs, parseRows
-
Constructor Details
-
TabDelimitedHelpParser
public TabDelimitedHelpParser()
-
-
Method Details
-
getTabularFormat
protected org.apache.commons.csv.CSVFormat getTabularFormat()Description copied from class:DefaultExternalHelpParser
Gets the tabular format in use for parsing tabular data- Overrides:
getTabularFormat
in classDefaultExternalHelpParser
- Returns:
- Tabular Format
-