See: Description
| Interface | Description |
|---|---|
| RowFactory |
A simple interface that allows an implementer to control how rows in a text file are mapped to properties (including primary
and mixin types) in the graph.
|
| Class | Description |
|---|---|
| AbstractTextSequencer |
The base class for the text sequencers.
|
| DefaultRowFactory |
A default implementation of the
RowFactory class. |
| DelimitedTextSequencer |
An text sequencer implementation that uses a
regular-expression pattern to split incoming rows
into columns. |
| FixedWidthTextSequencer |
An text sequencer implementation that uses a
list of column numbers to split incoming
rows into fixed-width columns. |
| TextSequencerLexicon |
The namespace and property names used within a
AbstractTextSequencer to store internal information. |
| TextSequencerLexicon.Namespace |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.