R
- the specific type of Record
that is providedpublic abstract class AbstractRecordFactory<R extends Record,M extends RecordMetaData> extends Object
Record
Constructor and Description |
---|
AbstractRecordFactory(Context context)
Creates a new factory of
Record based the state of a parser |
Modifier and Type | Method and Description |
---|---|
abstract M |
createMetaData(Context context) |
M |
getRecordMetaData()
Returns the metadata information associated with the records generated by this factory class
|
abstract R |
newRecord(String[] data)
Creates a new
Record with a row parsed from the input |
protected final M extends RecordMetaData metaData
public abstract R newRecord(String[] data)
Record
with a row parsed from the inputdata
- the row parsed from the inputRecord
that provides many utility methods for consuming the data collected for a record parsed from the input.public final M getRecordMetaData()
Copyright © 2019 Univocity Software Pty Ltd. All rights reserved.