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
public class TabDelimitedHelpParser extends DefaultExternalHelpParser
An external helper parser that parses tabular resources in Tab Delimited format
-
-
Constructor Summary
Constructors Constructor Description TabDelimitedHelpParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.csv.CSVFormat
getTabularFormat()
Gets the tabular format in use for parsing tabular data-
Methods inherited from class com.github.rvesse.airline.help.external.parsers.defaults.DefaultExternalHelpParser
parseParagraphs, parseRows
-
-
-
-
Method Detail
-
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
-
-