Package org.jboss.dna.sequencer.text

The classes that provide the ability to sequence fixed-width and delimited text files.

See:
          Description


Interface Summary
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 Summary
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.
TextSequencerI18n The internationalized string constants for the org.jboss.dna.sequencer.text packages.
TextSequencerLexicon The namespace and property names used within a AbstractTextSequencer to store internal information.
TextSequencerLexicon.Namespace  
 

Package org.jboss.dna.sequencer.text Description

The classes that provide the ability to sequence fixed-width and delimited text files. The sequencers in this package treat text files as a series of EOL-delimited rows that contain text columns that are delimited sequencer-specific ways.



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.