Class SynchronizedSpotDataParser.SynchronizedData
java.lang.Object
net.sf.basedb.util.importer.spotdata.SynchronizedSpotDataParser.SynchronizedData
- Enclosing class:
- SynchronizedSpotDataParser
This class holds information that is sent to the event
handler when
SynchronizedSpotDataParser.DATA_EVENT
:s are
sent. Each instance contains information about the underlying
parser (master parser or data parser) and the data on the
line that is currently being processed.
NOTE! There is usually only one instance of this class for
each parser. If the event handler needs to collect information
accross multiple lines the data should be copied to the event
handler.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
parser
-
data
-
-
Constructor Details
-
SynchronizedData
SynchronizedData(BfsParser parser)
-
-
Method Details
-
setData
-
getData
Get the current data line, split into columns. -
getParser
The underlying parser.
-