Interface ParagraphsParser
- All Known Implementing Classes:
DefaultExternalHelpParser, TabDelimitedHelpParser
public interface ParagraphsParser
Parser that translates input into a series of paragraphs
A paragraph is a series of blocks of text separated by one/more blank lines.
-
Method Summary
Modifier and TypeMethodDescriptionString[]parseParagraphs(String resource, InputStream input) Parses input into a series of paragraphs
-
Method Details
-
parseParagraphs
Parses input into a series of paragraphs- Parameters:
resource- Resource nameinput- Input- Returns:
- Paragraphs
-