Package: com.arsi.mj.maprpt.parser.line.factory
previous next contents
Package com.arsi.mj.maprpt.parser.line.factory contains the following classes and interfaces.
| Classes and Interfaces |
| AsteriskLineParseFactory |
Simple factory class for creating AsteriskLines by parsing the lines
from an input Mapper report. |
| AtLineParseFactory |
Simple factory class for creating AtLines by parsing the lines
from an input Mapper report. |
| ColonLineParseFactory |
Simple factory class for creating ColonLines by parsing the lines
from an input Mapper report. |
| DollarLineParseFactory |
Simple factory class for creating DollarLines by parsing the lines
from an input Mapper report. |
| MaprptLineParseFactory |
|
| OtherLineParseFactory |
Simple factory class for creating OtherLines by parsing the lines
from an input Mapper report. |
| PeriodLineParseFactory |
Simple factory class for creating PeriodLines by parsing the lines
from an input Mapper report. |
| TabLineParseFactory |
Simple factory class for creating PeriodLines by parsing the lines
from an input Mapper report. |
Class: AsteriskLineParseFactory
next
package
Simple factory class for creating
AsteriskLines by parsing the lines
from an input Mapper report.
Treat this class as "thread-hostile", as this class should used by a single thread only.
| Constructors |
public AsteriskLineParseFactory()
|
Simple factory class for creating
AtLines by parsing the lines
from an input Mapper report.
Treat this class as "thread-hostile", as this class should used by a single thread only.
| Constructors |
public AtLineParseFactory()
|
Simple factory class for creating
ColonLines by parsing the lines
from an input Mapper report.
Treat this class as "thread-hostile", as this class should used by a single thread only.
| Constructors |
public ColonLineParseFactory()
|
Simple factory class for creating
DollarLines by parsing the lines
from an input Mapper report.
Treat this class as "thread-hostile", as this class should used by a single thread only.
| Constructors |
public DollarLineParseFactory()
|
public abstract class com.arsi.mj.maprpt.parser.line.factory.MaprptLineParseFactory
extends java.lang.Object
| Inner Class SimpleMaprptLine |
Nested class that provides simple implementation of a Mapper report line.
|
| Fields |
Size of character buffer that is long enough to hold most input lines, but
does not limit input line length to this size. public static final int CHBUFFER_LINE_INPUT_SIZE = 1024
|
Size of character buffer that is long enough to hold any single line read from
the input source; an input line (a joined input line if continuation is allowed)
cannot be longer than this size. public static final int CHBUFFER_LINE_OUTPUT_SIZE = 8192
|
| Constructors |
public MaprptLineParseFactory()
|
Simple factory class for creating
OtherLines by parsing the lines
from an input Mapper report. Things should be arranged so each this line factory
is invoked after all of the more discriminating factories.
Treat this class as "thread-hostile", as this class should used by a single thread only.
| Constructors |
public OtherLineParseFactory()
|
Simple factory class for creating
PeriodLines by parsing the lines
from an input Mapper report.
Treat this class as "thread-hostile", as this class should used by a single thread only.
| Constructors |
public PeriodLineParseFactory()
|
Simple factory class for creating
PeriodLines by parsing the lines
from an input Mapper report.
Treat this class as "thread-hostile", as this class should used by a single thread only.
| Constructors |
public TabLineParseFactory()
|