| Package | Description |
|---|---|
| de.esprit.appsuite.nio.parser |
Contains classes for very fast ascii-file parsing.
|
| de.esprit.appsuite.workflow.wft |
Contains support classes for building workflow tasks
|
| Class and Description |
|---|
| AbstractAsciiParser
This is a high performance parser for reading ascii text files.
|
| AsciiLine
This class represents a text line that was read in by the
AsciiParser. |
| AsciiWord
This class represents a word that was read in by the
AsciiParser. |
| SimpleAsciiLine
This class represents a text line that was read in by the
AsciiParser. |
| Class and Description |
|---|
| AsciiParser
Runs the
AbstractAsciiParser with a AsciiLine and thus provides support for
break-characters and block-comments. |
| AsciiParserTask
This task just executes a
AsciiParser asynchronously. |
Copyright © 2011 EsprIT-Systems. All Rights Reserved.