Skip navigation links
A B D F G I M N O P R S T U V 

A

addVisitors(VisitorConfigMap) - Method in class org.dhatim.flatfile.FlatFileReader
 
addVisitors(VisitorConfigMap) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
 
assertValidFieldName(String) - Method in class org.dhatim.flatfile.RecordMetaData
Assert that the supplied field name is one of the field names associated with this record.

B

Binding - Class in org.dhatim.flatfile
Binding configuration.
Binding(String, Class, BindingType) - Constructor for class org.dhatim.flatfile.Binding
 
BindingType - Enum in org.dhatim.flatfile
Binding type.
buildMultiRecordMetaData(String) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordMetaData
 
buildRecordMetaData(String, List<String>) - Static method in class org.dhatim.flatfile.variablefield.VariableFieldRecordMetaData
 
buildRecordMetaData() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
 

D

decode(String) - Method in class org.dhatim.flatfile.regex.RegexParserFactory.RegexPatternDecoder
 

F

Field - Class in org.dhatim.flatfile
Flat file record field.
Field(String, String) - Constructor for class org.dhatim.flatfile.Field
Public constructor.
FieldMetaData - Class in org.dhatim.flatfile
Flat file record field metadata.
FieldMetaData(String) - Constructor for class org.dhatim.flatfile.FieldMetaData
 
fieldsInMessage() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
 
fixupRecordDelimiter() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
 
FlatFileReader - Class in org.dhatim.flatfile
Flat file reader.
FlatFileReader() - Constructor for class org.dhatim.flatfile.FlatFileReader
 

G

getBeanClass() - Method in class org.dhatim.flatfile.Binding
 
getBeanId() - Method in class org.dhatim.flatfile.Binding
 
getBindingType() - Method in class org.dhatim.flatfile.Binding
 
getContentHandler() - Method in class org.dhatim.flatfile.FlatFileReader
 
getDTDHandler() - Method in class org.dhatim.flatfile.FlatFileReader
 
getEntityResolver() - Method in class org.dhatim.flatfile.FlatFileReader
 
getErrorHandler() - Method in class org.dhatim.flatfile.FlatFileReader
 
getFactory() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParser
Get the parser factory instance that created this parser instance.
getFeature(String) - Method in class org.dhatim.flatfile.FlatFileReader
 
getFieldNames() - Method in class org.dhatim.flatfile.RecordMetaData
Get a collection of all the field names (excluding ignored fields) in this record.
getFields() - Method in class org.dhatim.flatfile.Record
Get the record fields.
getFields() - Method in class org.dhatim.flatfile.RecordMetaData
Get the record fields metadata.
getIgnoreCount() - Method in class org.dhatim.flatfile.FieldMetaData
 
getIgnoredFieldCount() - Method in class org.dhatim.flatfile.RecordMetaData
Get the number of fields in this record that are ignored.
getKeyField() - Method in class org.dhatim.flatfile.Binding
 
getMetaData() - Method in class org.dhatim.flatfile.Field
Get the optional field metadata.
getName() - Method in class org.dhatim.flatfile.Field
Get the field name.
getName() - Method in class org.dhatim.flatfile.FieldMetaData
 
getName() - Method in class org.dhatim.flatfile.Record
Get the name of the record.
getName() - Method in class org.dhatim.flatfile.RecordMetaData
Get the record name.
getProperty(String) - Method in class org.dhatim.flatfile.FlatFileReader
 
getRecordCount() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParser
Get the number of records read so far by this parser instance.
getRecordElementName() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
Get the default record element name.
getRecordMetaData() - Method in class org.dhatim.flatfile.Record
Get the record metadata.
getRecordMetaData() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordMetaData
Get the record metadata for the variable field record parser.
getRecordMetaData(String) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordMetaData
Get the record metadata for the variable field record parser.
getRecordMetaData(String[]) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordMetaData
Get the record metadata for the record.
getRecordMetaData(Collection<String>) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordMetaData
Get the record metadata for the record.
getRecordMetaData() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
 
getRecordMetaData(List<String>) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
Get the RecordMetaData instance for the specified fields.
getRegexPattern() - Method in class org.dhatim.flatfile.regex.RegexParserFactory
Get the Regex Pattern instance to be used for parsing.
getSkipLines() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
 
getStringFunctionExecutor() - Method in class org.dhatim.flatfile.FieldMetaData
 
getUnignoredFieldCount() - Method in class org.dhatim.flatfile.RecordMetaData
Get the number of fields in this record that are not ignored.
getUnignoredFieldCount(RecordMetaData) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParser
Get the unignored field count for the specified record.
getValue() - Method in class org.dhatim.flatfile.Field
Get the field value.

I

ignore() - Method in class org.dhatim.flatfile.FieldMetaData
 
IGNORE_FIELD - Static variable in class org.dhatim.flatfile.FieldMetaData
 
initialize() - Method in class org.dhatim.flatfile.FlatFileReader
 
initialize() - Method in interface org.dhatim.flatfile.RecordParser
Initialize the parser instance.
initialize() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParser
Initialize the parser instance.
isMultiTypeRecordSet() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordMetaData
Is this a parser factory for a multi-record type data stream.
isMultiTypeRecordSet() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
Is the parser configured to parse multiple record types.
isWildCardRecord() - Method in class org.dhatim.flatfile.RecordMetaData
Is this a wildcard record.

M

MULTI_RECORD_PATTERN - Static variable in class org.dhatim.flatfile.variablefield.VariableFieldRecordMetaData
 

N

newRecordParser() - Method in interface org.dhatim.flatfile.RecordParserFactory
Create a new Flat File RecordParser instance.
newRecordParser() - Method in class org.dhatim.flatfile.regex.RegexParserFactory
 
nextRecord() - Method in interface org.dhatim.flatfile.RecordParser
Parse the next record from the message stream and produce a Record instance.
nextRecord() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParser
Parse the next record from the message stream and produce a Record instance.
nextRecordFieldValues() - Method in class org.dhatim.flatfile.regex.RegexParser
 
nextRecordFieldValues() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParser
Parse the next record from the flat file input stream and produce the set of record field values.

O

org.dhatim.flatfile - package org.dhatim.flatfile
 
org.dhatim.flatfile.regex - package org.dhatim.flatfile.regex
 
org.dhatim.flatfile.variablefield - package org.dhatim.flatfile.variablefield
 

P

parse(InputSource) - Method in class org.dhatim.flatfile.FlatFileReader
 
parse(String) - Method in class org.dhatim.flatfile.FlatFileReader
The following methods are currently unimplemnted...

R

readRecord(Reader, StringBuilder, int) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
Read a record from the specified reader (up to the next recordDelimiter).
Record - Class in org.dhatim.flatfile
Flat file record.
Record(String, List<Field>, RecordMetaData) - Constructor for class org.dhatim.flatfile.Record
Public constructor.
RecordMetaData - Class in org.dhatim.flatfile
Record metadata.
RecordMetaData(String, List<FieldMetaData>) - Constructor for class org.dhatim.flatfile.RecordMetaData
public constructor.
RecordMetaData(String, List<FieldMetaData>, boolean) - Constructor for class org.dhatim.flatfile.RecordMetaData
public constructor.
RecordParser<T extends RecordParserFactory> - Interface in org.dhatim.flatfile
Flat file Record Parser.
RecordParserFactory - Interface in org.dhatim.flatfile
RecordParser factory class.
RegexParser<T extends RegexParserFactory> - Class in org.dhatim.flatfile.regex
Regex record parser.
RegexParser() - Constructor for class org.dhatim.flatfile.regex.RegexParser
 
RegexParserFactory - Class in org.dhatim.flatfile.regex
Regex record parser factory.
RegexParserFactory() - Constructor for class org.dhatim.flatfile.regex.RegexParserFactory
 
RegexParserFactory.RegexPatternDecoder - Class in org.dhatim.flatfile.regex
 
RegexPatternDecoder() - Constructor for class org.dhatim.flatfile.regex.RegexParserFactory.RegexPatternDecoder
 

S

setBinding(Binding) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserConfigurator
 
setContentHandler(ContentHandler) - Method in class org.dhatim.flatfile.FlatFileReader
 
setDataSource(InputSource) - Method in interface org.dhatim.flatfile.RecordParser
Set the Flat File data source on the parser.
setDataSource(InputSource) - Method in class org.dhatim.flatfile.regex.RegexParser
 
setDTDHandler(DTDHandler) - Method in class org.dhatim.flatfile.FlatFileReader
 
setEntityResolver(EntityResolver) - Method in class org.dhatim.flatfile.FlatFileReader
 
setErrorHandler(ErrorHandler) - Method in class org.dhatim.flatfile.FlatFileReader
 
setExecutionContext(ExecutionContext) - Method in class org.dhatim.flatfile.FlatFileReader
 
setFeature(String, boolean) - Method in class org.dhatim.flatfile.FlatFileReader
 
setFieldsInMessage(boolean) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserConfigurator
 
setIndent(boolean) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserConfigurator
 
setKeyField(String) - Method in class org.dhatim.flatfile.Binding
 
setMetaData(FieldMetaData) - Method in class org.dhatim.flatfile.Field
Set optional field metadata.
setProperty(String, Object) - Method in class org.dhatim.flatfile.FlatFileReader
 
setRecordParserFactory(T) - Method in interface org.dhatim.flatfile.RecordParser
Set the parser factory that created the parser instance.
setRecordParserFactory(T) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParser
Set the parser factory that created the parser instance.
setStrict(boolean) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserConfigurator
 
setStringFunctionExecutor(StringFunctionExecutor) - Method in class org.dhatim.flatfile.FieldMetaData
 
SINGLE_RECORD_PATTERN - Static variable in class org.dhatim.flatfile.variablefield.VariableFieldRecordMetaData
 
strict() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
Is this parser instance strict.

T

toConfig() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserConfigurator
 
toString() - Method in class org.dhatim.flatfile.FieldMetaData
 

U

uninitialize() - Method in interface org.dhatim.flatfile.RecordParser
Uninitialize the parser instance.
uninitialize() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParser
Uninitialize the parser instance.
UNKNOWN_RECORD_TYPE - Static variable in class org.dhatim.flatfile.variablefield.VariableFieldRecordMetaData
 

V

validateHeader(List<String>) - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParser
 
validateHeader() - Method in class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
 
valueOf(String) - Static method in enum org.dhatim.flatfile.BindingType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.dhatim.flatfile.BindingType
Returns an array containing the constants of this enum type, in the order they are declared.
VariableFieldRecordMetaData - Class in org.dhatim.flatfile.variablefield
Variable fields record metadata.
VariableFieldRecordMetaData(String, String) - Constructor for class org.dhatim.flatfile.variablefield.VariableFieldRecordMetaData
Construct a Variable Field record metadata set.
VariableFieldRecordParser<T extends VariableFieldRecordParserFactory> - Class in org.dhatim.flatfile.variablefield
Abstract variable field record parser.
VariableFieldRecordParser() - Constructor for class org.dhatim.flatfile.variablefield.VariableFieldRecordParser
 
VariableFieldRecordParserConfigurator - Class in org.dhatim.flatfile.variablefield
Abstract Variable Field Record Parser configurator.
VariableFieldRecordParserConfigurator(Class<? extends VariableFieldRecordParserFactory>) - Constructor for class org.dhatim.flatfile.variablefield.VariableFieldRecordParserConfigurator
 
VariableFieldRecordParserFactory - Class in org.dhatim.flatfile.variablefield
Abstract VariableFieldRecordParserFactory.
VariableFieldRecordParserFactory() - Constructor for class org.dhatim.flatfile.variablefield.VariableFieldRecordParserFactory
 
A B D F G I M N O P R S T U V 
Skip navigation links

Copyright © 2017. All rights reserved.