public class GenericListBlockParser extends java.lang.Object implements BlockParser
Constructor and Description |
---|
GenericListBlockParser()
Creates the GenericListBlockParser.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.lang.String line)
accept.
|
void |
setTextParser(FormatedTextParser textParser)
Sets the formatTextParser.
|
Block |
visit(java.lang.String line,
ByLineSource source)
visit.
|
public GenericListBlockParser()
public final boolean accept(java.lang.String line)
accept.
accept
in interface BlockParser
line
- text linetrue
if this class can handle this linepublic final Block visit(java.lang.String line, ByLineSource source) throws ParseException
visit.
visit
in interface BlockParser
line
- a line of textsource
- the source of linesParseException
- on errorpublic final void setTextParser(FormatedTextParser textParser)
textParser
- FormatedTextParser
with the formatTextParser.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.