Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
V
W
X
A
absolute(int)
- Method in class net.sf.flatpack.brparse.
BuffReaderDataSet
Not Supported!
absolute(int)
- Method in interface net.sf.flatpack.
DataSet
Sets the absolute position of the record pointer
absolute(int)
- Method in class net.sf.flatpack.
DefaultDataSet
Sets the absolute position of the record pointer
AbstractDelimiterParser
- Class in
net.sf.flatpack
AbstractDelimiterParser(Reader, String, char, char, boolean)
- Constructor for class net.sf.flatpack.
AbstractDelimiterParser
AbstractDelimiterParser(Reader, char, char, boolean)
- Constructor for class net.sf.flatpack.
AbstractDelimiterParser
AbstractFixedLengthParser
- Class in
net.sf.flatpack
AbstractFixedLengthParser(Reader, String)
- Constructor for class net.sf.flatpack.
AbstractFixedLengthParser
AbstractFixedLengthParser(Reader)
- Constructor for class net.sf.flatpack.
AbstractFixedLengthParser
AbstractParser
- Class in
net.sf.flatpack
AbstractParser(Reader)
- Constructor for class net.sf.flatpack.
AbstractParser
AbstractParser(Reader, String)
- Constructor for class net.sf.flatpack.
AbstractParser
AbstractWriter
- Class in
net.sf.flatpack.writer
This class encapsulates the writer that's used to output the data.
AbstractWriter(Writer)
- Constructor for class net.sf.flatpack.writer.
AbstractWriter
AbstractWriterFactory
- Class in
net.sf.flatpack.writer
AbstractWriterFactory()
- Constructor for class net.sf.flatpack.writer.
AbstractWriterFactory
AbstractWriterFactory(Map)
- Constructor for class net.sf.flatpack.writer.
AbstractWriterFactory
AbstractWriterFactory(Reader)
- Constructor for class net.sf.flatpack.writer.
AbstractWriterFactory
addColumn(String)
- Method in class net.sf.flatpack.structure.
Row
Adds a column to a row
addColumn(List)
- Method in class net.sf.flatpack.structure.
Row
Appends the List of Strings to the existing columns in the row
addColumnTitle(String)
- Method in class net.sf.flatpack.writer.
DelimiterWriter
addColumnTitle(String)
- Method in class net.sf.flatpack.writer.
DelimiterWriterFactory
addError(DefaultDataSet, String, int, int)
- Method in class net.sf.flatpack.
AbstractParser
Adds a new error to this DataSet.
addError(DataError)
- Method in class net.sf.flatpack.
DefaultDataSet
addMenuItem(String, String, boolean)
- Method in class net.sf.flatpack.examples.
ConsoleMenu
add an entry in the menu, sequentially
addOrderColumn(OrderColumn)
- Method in class net.sf.flatpack.ordering.
OrderBy
Adds an order element to the sort.
addRecordEntry(String, Object)
- Method in class net.sf.flatpack.writer.
AbstractWriter
addRecordEntry(String, Object)
- Method in class net.sf.flatpack.writer.
FixedLengthWriter
addRecordEntry(String, Object)
- Method in interface net.sf.flatpack.writer.
Writer
addRow(Row)
- Method in class net.sf.flatpack.
DefaultDataSet
addToCloseReaderList(Reader)
- Method in class net.sf.flatpack.
AbstractParser
addToMetaData(List)
- Method in class net.sf.flatpack.
AbstractParser
B
BuffReaderDataSet
- Class in
net.sf.flatpack.brparse
BuffReaderDataSet(MetaData, BuffReaderDelimParser)
- Constructor for class net.sf.flatpack.brparse.
BuffReaderDataSet
BuffReaderDataSet(MetaData, BuffReaderFixedParser)
- Constructor for class net.sf.flatpack.brparse.
BuffReaderDataSet
BuffReaderDelimParser
- Class in
net.sf.flatpack.brparse
BuffReaderDelimParser(File, File, char, char, boolean)
- Constructor for class net.sf.flatpack.brparse.
BuffReaderDelimParser
BuffReaderDelimParser(InputStream, InputStream, char, char, boolean)
- Constructor for class net.sf.flatpack.brparse.
BuffReaderDelimParser
BuffReaderDelimParser(File, char, char, boolean)
- Constructor for class net.sf.flatpack.brparse.
BuffReaderDelimParser
BuffReaderDelimParser(InputStream, char, char, boolean)
- Constructor for class net.sf.flatpack.brparse.
BuffReaderDelimParser
BuffReaderDelimParser(Reader, Reader, char, char, boolean)
- Constructor for class net.sf.flatpack.brparse.
BuffReaderDelimParser
BuffReaderDelimParser(Reader, char, char, boolean)
- Constructor for class net.sf.flatpack.brparse.
BuffReaderDelimParser
BuffReaderFixedParser
- Class in
net.sf.flatpack.brparse
BuffReaderFixedParser(InputStream, InputStream)
- Constructor for class net.sf.flatpack.brparse.
BuffReaderFixedParser
BuffReaderFixedParser(File, File)
- Constructor for class net.sf.flatpack.brparse.
BuffReaderFixedParser
BuffReaderFixedParser(Reader, Reader)
- Constructor for class net.sf.flatpack.brparse.
BuffReaderFixedParser
BuffReaderParseFactory
- Class in
net.sf.flatpack.brparse
Provides a PZParser which obtains records directly from a BufferedReader as an alternative to reading the entire file into memory.
BuffReaderParseFactory()
- Constructor for class net.sf.flatpack.brparse.
BuffReaderParseFactory
buidColumnIndexMap(List, Parser)
- Static method in class net.sf.flatpack.util.
ParserUtils
Build a map of name/position based on a list of ColumnMetaData.
buidColumnIndexMap(List)
- Static method in class net.sf.flatpack.util.
ParserUtils
Deprecated.
Please use buildColumnIndexMap(List, PZParser)
buildMDFromSQLTable(Connection, String)
- Static method in class net.sf.flatpack.util.
ParserUtils
Returns a definition of pz column metadata from a given pz datastructure held in an SQL database
buildRow(DefaultDataSet)
- Method in class net.sf.flatpack.brparse.
BuffReaderDelimParser
Reads in the next record on the file and return a row
buildRow(DefaultDataSet)
- Method in class net.sf.flatpack.brparse.
BuffReaderFixedParser
Reads in the next record on the file and return a row
C
calculateRecordLengths(Map)
- Static method in class net.sf.flatpack.util.
ParserUtils
Deprecated.
use PZMetaData
calculateRecordLengths(MetaData)
- Static method in class net.sf.flatpack.util.
ParserUtils
call(String, String)
- Static method in class net.sf.flatpack.examples.csvheaderandtrailer.
CSVHeaderAndTrailer
call(String, boolean, boolean)
- Static method in class net.sf.flatpack.examples.csvperformancetest.
CSVPerformanceTest
call(String, String)
- Static method in class net.sf.flatpack.examples.delimiteddynamiccolumns.
DelimitedWithPZMap
call(String, String)
- Static method in class net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors.
DelimitedWithPZMapErrors
call(String, String)
- Static method in class net.sf.flatpack.examples.exporttoexcel.
DelimitedFileExportToExcel
call(String, String)
- Static method in class net.sf.flatpack.examples.fixedlengthdynamiccolumns.
FixedLengthWithPZMap
call(String, String)
- Static method in class net.sf.flatpack.examples.fixedlengthheaderandtrailer.
FixedLengthHeaderAndTrailer
call(String, String)
- Static method in class net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns.
LargeDelimitedWithPZMap
call(String, String)
- Static method in class net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns.
LargeFixedLengthWithPZMap
call(String)
- Static method in class net.sf.flatpack.examples.largedataset.largecsvperformancetest.
CSVLarge
call(String)
- Static method in class net.sf.flatpack.examples.lowlevelparse.
LowLevelParse
call(String)
- Static method in class net.sf.flatpack.examples.multilinedelimitedrecord.
DelimitedMultiLine
call(String, String)
- Static method in class net.sf.flatpack.examples.numericsanddates.
NumericsAndDates
clearAll()
- Method in interface net.sf.flatpack.
DataSet
Clears both the errors and rows from memory
clearAll()
- Method in class net.sf.flatpack.
DefaultDataSet
clearErrors()
- Method in interface net.sf.flatpack.
DataSet
Clears out the parse errors from memory
clearErrors()
- Method in class net.sf.flatpack.
DefaultDataSet
clearRows()
- Method in interface net.sf.flatpack.
DataSet
Clears out the rows in memory from the last parse.
clearRows()
- Method in class net.sf.flatpack.
DefaultDataSet
close()
- Method in class net.sf.flatpack.brparse.
BuffReaderDelimParser
Closes out the file readers
close()
- Method in class net.sf.flatpack.brparse.
BuffReaderFixedParser
Closes out the file readers
close()
- Method in class net.sf.flatpack.writer.
AbstractWriter
close()
- Method in interface net.sf.flatpack.writer.
Writer
closeReader(Reader)
- Static method in class net.sf.flatpack.util.
ParserUtils
Closes the given reader
closeReader(InputStream)
- Static method in class net.sf.flatpack.util.
ParserUtils
Closes the given reader
closeReaders()
- Method in class net.sf.flatpack.
AbstractParser
Deprecated.
COL_IDX
- Static variable in class net.sf.flatpack.util.
FPConstants
ColumnMetaData
- Class in
net.sf.flatpack.structure
ColumnMetaData()
- Constructor for class net.sf.flatpack.structure.
ColumnMetaData
constructor
compare(Object, Object)
- Method in class net.sf.flatpack.ordering.
OrderBy
overridden from the Comparator class.
ConsoleMenu
- Class in
net.sf.flatpack.examples
ConsoleMenu(Repeater)
- Constructor for class net.sf.flatpack.examples.
ConsoleMenu
contains(String)
- Method in interface net.sf.flatpack.
DataSet
Does this DataSet contain a column with the given name?
contains(String)
- Method in class net.sf.flatpack.
DefaultDataSet
ConvertBigDecimal
- Class in
net.sf.flatpack.converter
Returns a BigDecimal Non numeric chars are removed from the string before converting
ConvertBigDecimal()
- Constructor for class net.sf.flatpack.converter.
ConvertBigDecimal
ConvertDouble
- Class in
net.sf.flatpack.converter
Returns a Double Non numeric chars are removed from the string before converting
ConvertDouble()
- Constructor for class net.sf.flatpack.converter.
ConvertDouble
Converter
- Interface in
net.sf.flatpack.converter
Responsible for converting a column in IDataSet to the desired Object.
ConvertInteger
- Class in
net.sf.flatpack.converter
Returns a Integer Non numeric chars are removed from the string before converting
ConvertInteger()
- Constructor for class net.sf.flatpack.converter.
ConvertInteger
convertValue(String)
- Method in class net.sf.flatpack.converter.
ConvertBigDecimal
convertValue(String)
- Method in class net.sf.flatpack.converter.
ConvertDouble
convertValue(String)
- Method in interface net.sf.flatpack.converter.
Converter
Returns the converted object from the column in IDataSet
convertValue(String)
- Method in class net.sf.flatpack.converter.
ConvertInteger
createFile(int, int)
- Static method in class net.sf.flatpack.examples.createsamplecsv.
CSVTestFileCreator
createFile(int, int, String)
- Static method in class net.sf.flatpack.examples.createsamplecsv.
CSVTestFileCreator
createInputStream(File)
- Static method in class net.sf.flatpack.util.
ParserUtils
Create an InputStream based on a File.
createWriter(Writer)
- Method in class net.sf.flatpack.writer.
AbstractWriterFactory
createWriter(Writer)
- Method in class net.sf.flatpack.writer.
DelimiterWriterFactory
createWriter(Writer)
- Method in class net.sf.flatpack.writer.
FixedWriterFactory
createWriter(Writer)
- Method in interface net.sf.flatpack.writer.
WriterFactory
CSVHeaderAndTrailer
- Class in
net.sf.flatpack.examples.csvheaderandtrailer
CSVHeaderAndTrailer()
- Constructor for class net.sf.flatpack.examples.csvheaderandtrailer.
CSVHeaderAndTrailer
CSVLarge
- Class in
net.sf.flatpack.examples.largedataset.largecsvperformancetest
CSVLarge()
- Constructor for class net.sf.flatpack.examples.largedataset.largecsvperformancetest.
CSVLarge
CSVPerformanceTest
- Class in
net.sf.flatpack.examples.csvperformancetest
CSVPerformanceTest()
- Constructor for class net.sf.flatpack.examples.csvperformancetest.
CSVPerformanceTest
CSVTestFileCreator
- Class in
net.sf.flatpack.examples.createsamplecsv
CSVTestFileCreator()
- Constructor for class net.sf.flatpack.examples.createsamplecsv.
CSVTestFileCreator
D
DataError
- Class in
net.sf.flatpack
This class holds errors that occured while parsing or processing a data file.
DataError(String, int, int)
- Constructor for class net.sf.flatpack.
DataError
DataSet
- Interface in
net.sf.flatpack
DBDelimiterParser
- Class in
net.sf.flatpack
DBDelimiterParser(Connection, InputStream, String, char, char, boolean)
- Constructor for class net.sf.flatpack.
DBDelimiterParser
DBDelimiterParser(Connection, Reader, String, char, char, boolean)
- Constructor for class net.sf.flatpack.
DBDelimiterParser
DBFixedLengthParser
- Class in
net.sf.flatpack
DBFixedLengthParser(Connection, InputStream, String)
- Constructor for class net.sf.flatpack.
DBFixedLengthParser
DBFixedLengthParser(Connection, File, String)
- Constructor for class net.sf.flatpack.
DBFixedLengthParser
DBFixedLengthParser(Connection, Reader, String)
- Constructor for class net.sf.flatpack.
DBFixedLengthParser
DEFAULT_DELIMITER
- Static variable in class net.sf.flatpack.writer.
DelimiterWriterFactory
DEFAULT_PADDING_CHARACTER
- Static variable in class net.sf.flatpack.writer.
FixedWriterFactory
DEFAULT_QUALIFIER
- Static variable in class net.sf.flatpack.writer.
DelimiterWriterFactory
DefaultDataSet
- Class in
net.sf.flatpack
DefaultDataSet(MetaData, Parser)
- Constructor for class net.sf.flatpack.
DefaultDataSet
DefaultParserFactory
- Class in
net.sf.flatpack
DefaultParserFactory()
- Constructor for class net.sf.flatpack.
DefaultParserFactory
DELIMITED_FILE
- Static variable in class net.sf.flatpack.util.
FPConstants
DelimitedColumnNamesInFile
- Class in
net.sf.flatpack.examples.delimitedcolumnnamesinfile
DelimitedColumnNamesInFile()
- Constructor for class net.sf.flatpack.examples.delimitedcolumnnamesinfile.
DelimitedColumnNamesInFile
DelimitedFileExportToExcel
- Class in
net.sf.flatpack.examples.exporttoexcel
DelimitedFileExportToExcel()
- Constructor for class net.sf.flatpack.examples.exporttoexcel.
DelimitedFileExportToExcel
DelimitedMultiLine
- Class in
net.sf.flatpack.examples.multilinedelimitedrecord
DelimitedMultiLine()
- Constructor for class net.sf.flatpack.examples.multilinedelimitedrecord.
DelimitedMultiLine
DelimitedWithPZMap
- Class in
net.sf.flatpack.examples.delimiteddynamiccolumns
DelimitedWithPZMap()
- Constructor for class net.sf.flatpack.examples.delimiteddynamiccolumns.
DelimitedWithPZMap
DelimitedWithPZMapErrors
- Class in
net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors
DelimitedWithPZMapErrors()
- Constructor for class net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors.
DelimitedWithPZMapErrors
DelimiterParser
- Class in
net.sf.flatpack
DelimiterParser(File, File, char, char, boolean)
- Constructor for class net.sf.flatpack.
DelimiterParser
DelimiterParser(InputStream, InputStream, char, char, boolean)
- Constructor for class net.sf.flatpack.
DelimiterParser
DelimiterParser(File, char, char, boolean)
- Constructor for class net.sf.flatpack.
DelimiterParser
DelimiterParser(InputStream, char, char, boolean)
- Constructor for class net.sf.flatpack.
DelimiterParser
DelimiterParser(Reader, char, char, boolean)
- Constructor for class net.sf.flatpack.
DelimiterParser
DelimiterParser(Reader, Reader, char, char, boolean)
- Constructor for class net.sf.flatpack.
DelimiterParser
DelimiterWriter
- Class in
net.sf.flatpack.writer
DelimiterWriter(Map, Writer, char, char)
- Constructor for class net.sf.flatpack.writer.
DelimiterWriter
DelimiterWriterFactory
- Class in
net.sf.flatpack.writer
DelimiterWriterFactory(char, char)
- Constructor for class net.sf.flatpack.writer.
DelimiterWriterFactory
DelimiterWriterFactory(Reader)
- Constructor for class net.sf.flatpack.writer.
DelimiterWriterFactory
DelimiterWriterFactory(Reader, char)
- Constructor for class net.sf.flatpack.writer.
DelimiterWriterFactory
DelimiterWriterFactory(Reader, char, char)
- Constructor for class net.sf.flatpack.writer.
DelimiterWriterFactory
DelimiterWriterFactory(Map)
- Constructor for class net.sf.flatpack.writer.
DelimiterWriterFactory
DelimiterWriterFactory(Map, char)
- Constructor for class net.sf.flatpack.writer.
DelimiterWriterFactory
DelimiterWriterFactory(Map, char, char)
- Constructor for class net.sf.flatpack.writer.
DelimiterWriterFactory
DETAIL_ID
- Static variable in class net.sf.flatpack.util.
FPConstants
displayMenu()
- Method in class net.sf.flatpack.examples.
ConsoleMenu
display the menu, the application goes into a loop which provides the menu and fires the entries selected.
doCall()
- Method in class net.sf.flatpack.examples.
Examples
doCSVHeaderAndTrailer()
- Method in class net.sf.flatpack.examples.
Examples
doCSVLarge()
- Method in class net.sf.flatpack.examples.
Examples
doCSVPerformanceTest()
- Method in class net.sf.flatpack.examples.
Examples
doCSVTestFileCreator()
- Method in class net.sf.flatpack.examples.
Examples
doDelimitedFileExportToExcel()
- Method in class net.sf.flatpack.examples.
Examples
doDelimitedMultiLine()
- Method in class net.sf.flatpack.examples.
Examples
doDelimitedWithPZMap()
- Method in class net.sf.flatpack.examples.
Examples
doDelimitedWithPZMapErrors()
- Method in class net.sf.flatpack.examples.
Examples
doFixedLengthHeaderAndTrailer()
- Method in class net.sf.flatpack.examples.
Examples
doFixedLengthWithPZMap()
- Method in class net.sf.flatpack.examples.
Examples
doGC()
- Method in class net.sf.flatpack.examples.
Examples
doLargeDelimitedWithPZMap()
- Method in class net.sf.flatpack.examples.
Examples
doLargeFixedLengthWithPZMap()
- Method in class net.sf.flatpack.examples.
Examples
doLowLevelParse()
- Method in class net.sf.flatpack.examples.
Examples
doNumericsAndDates()
- Method in class net.sf.flatpack.examples.
Examples
doParse()
- Method in class net.sf.flatpack.
AbstractDelimiterParser
doParse()
- Method in class net.sf.flatpack.
AbstractFixedLengthParser
doParse()
- Method in class net.sf.flatpack.
AbstractParser
doParse()
- Method in class net.sf.flatpack.brparse.
BuffReaderDelimParser
doParse()
- Method in class net.sf.flatpack.brparse.
BuffReaderFixedParser
doParse()
- Method in class net.sf.flatpack.
DBFixedLengthParser
doStringBuffer()
- Method in class net.sf.flatpack.examples.
Examples
doTestParsers()
- Method in class net.sf.flatpack.examples.
Examples
E
Examples
- Class in
net.sf.flatpack.examples
Examples()
- Constructor for class net.sf.flatpack.examples.
Examples
ExcelTransformer
- Class in
net.sf.flatpack.util
Converts a DataSet object into an excel spreadsheet.
ExcelTransformer(DataSet, File)
- Constructor for class net.sf.flatpack.util.
ExcelTransformer
Constructs a new Excel transformer
F
fetchNextRecord(BufferedReader, char, char)
- Method in class net.sf.flatpack.
AbstractDelimiterParser
Reads a record from a delimited file.
finalize()
- Method in class net.sf.flatpack.brparse.
BuffReaderDelimParser
finalize()
- Method in class net.sf.flatpack.brparse.
BuffReaderFixedParser
findColumn(String, List)
- Static method in class net.sf.flatpack.util.
ParserUtils
Deprecated.
surely not...
FIXEDLENGTH_FILE
- Static variable in class net.sf.flatpack.util.
FPConstants
FixedLengthHeaderAndTrailer
- Class in
net.sf.flatpack.examples.fixedlengthheaderandtrailer
FixedLengthHeaderAndTrailer()
- Constructor for class net.sf.flatpack.examples.fixedlengthheaderandtrailer.
FixedLengthHeaderAndTrailer
FixedLengthParser
- Class in
net.sf.flatpack
FixedLengthParser(InputStream, InputStream)
- Constructor for class net.sf.flatpack.
FixedLengthParser
FixedLengthParser(File, File)
- Constructor for class net.sf.flatpack.
FixedLengthParser
FixedLengthParser(Reader, Reader)
- Constructor for class net.sf.flatpack.
FixedLengthParser
FixedLengthWithPZMap
- Class in
net.sf.flatpack.examples.fixedlengthdynamiccolumns
FixedLengthWithPZMap()
- Constructor for class net.sf.flatpack.examples.fixedlengthdynamiccolumns.
FixedLengthWithPZMap
FixedLengthWriter
- Class in
net.sf.flatpack.writer
FixedLengthWriter(Map, Writer, char)
- Constructor for class net.sf.flatpack.writer.
FixedLengthWriter
FixedWidthParserUtils
- Class in
net.sf.flatpack.util
Collection of parser utilities related to the parsing of fixed width files.
FixedWriterFactory
- Class in
net.sf.flatpack.writer
FixedWriterFactory(Map)
- Constructor for class net.sf.flatpack.writer.
FixedWriterFactory
FixedWriterFactory(Reader)
- Constructor for class net.sf.flatpack.writer.
FixedWriterFactory
FixedWriterFactory(Reader, char)
- Constructor for class net.sf.flatpack.writer.
FixedWriterFactory
flush()
- Method in class net.sf.flatpack.writer.
AbstractWriter
flush()
- Method in interface net.sf.flatpack.writer.
Writer
formattedValue(Object, ColumnMetaData)
- Method in class net.sf.flatpack.writer.
FixedLengthWriter
FPConstants
- Class in
net.sf.flatpack.util
FPConvertException
- Exception in
net.sf.flatpack.converter
Exception thrown when a conversion error occurs
FPConvertException()
- Constructor for exception net.sf.flatpack.converter.
FPConvertException
FPConvertException(String)
- Constructor for exception net.sf.flatpack.converter.
FPConvertException
FPConvertException(Throwable)
- Constructor for exception net.sf.flatpack.converter.
FPConvertException
FPConvertException(String, Throwable)
- Constructor for exception net.sf.flatpack.converter.
FPConvertException
FPStringUtils
- Class in
net.sf.flatpack.util
Thanks to the Apache Commons Contributors.
G
getBigDecimal(String, BigDecimal)
- Static method in class net.sf.flatpack.examples.
ConsoleMenu
Gets an BigDecimal from the System.in
getBoolean(String, boolean)
- Static method in class net.sf.flatpack.examples.
ConsoleMenu
Gets a boolean from the System.in
getCMDKey(Map, String)
- Static method in class net.sf.flatpack.util.
FixedWidthParserUtils
Deprecated.
use the PZMetaData
getCMDKey(MetaData, String)
- Static method in class net.sf.flatpack.util.
FixedWidthParserUtils
Returns the key to the list of ColumnMetaData objects.
getCMDKeyForDelimitedFile(Map, List)
- Static method in class net.sf.flatpack.util.
ParserUtils
Deprecated.
use the PZMetaData
getCMDKeyForDelimitedFile(MetaData, List)
- Static method in class net.sf.flatpack.util.
ParserUtils
getColLength()
- Method in class net.sf.flatpack.structure.
ColumnMetaData
Returns the colLength.
getColName()
- Method in class net.sf.flatpack.structure.
ColumnMetaData
Returns the colName.
getCols()
- Method in class net.sf.flatpack.structure.
Row
Returns the cols for the row.
getColumnIndex(String, Map, String, Parser)
- Static method in class net.sf.flatpack.util.
ParserUtils
Deprecated.
use PZMetaData
getColumnIndex(String, MetaData, String, Parser)
- Static method in class net.sf.flatpack.util.
ParserUtils
getColumnIndex(String, Map, String)
- Static method in class net.sf.flatpack.util.
ParserUtils
Deprecated.
use getColumnIndex(String, Map, String, PZParser)
getColumnIndex(String, String)
- Method in class net.sf.flatpack.xml.
MetaData
getColumnIndex(String)
- Method in class net.sf.flatpack.xml.
XMLRecordElement
Returns the index of the column name.
getColumnIndexMap()
- Method in class net.sf.flatpack.xml.
MetaData
getColumnMapping()
- Method in class net.sf.flatpack.writer.
AbstractWriterFactory
getColumnMDFromFile(String, char, char)
- Static method in class net.sf.flatpack.util.
ParserUtils
Deprecated.
Use getColumnMDFromFile(String, char, char, PZParser)
getColumnMDFromFile(String, char, char, Parser)
- Static method in class net.sf.flatpack.util.
ParserUtils
Deprecated.
use the getPZMetaDataFromFile
getColumnMDFromFile(File, String, String)
- Static method in class net.sf.flatpack.util.
ParserUtils
Returns a list of ColumnMetaData objects.
getColumnMetaData(String, Map)
- Static method in class net.sf.flatpack.util.
ParserUtils
Deprecated.
use the PZMetaData
getColumnMetaData(String, MetaData)
- Static method in class net.sf.flatpack.util.
ParserUtils
getColumnName()
- Method in class net.sf.flatpack.ordering.
OrderColumn
getColumns()
- Method in interface net.sf.flatpack.
DataSet
Returns a String array of column names in the DataSet.
getColumns(String)
- Method in interface net.sf.flatpack.
DataSet
Returns a String array of column names in the DataSet for a given
id
getColumns()
- Method in class net.sf.flatpack.
DefaultDataSet
getColumns(String)
- Method in class net.sf.flatpack.
DefaultDataSet
getColumns()
- Method in class net.sf.flatpack.xml.
XMLRecordElement
getColumnsNames()
- Method in class net.sf.flatpack.xml.
MetaData
getDataDefinition()
- Method in class net.sf.flatpack.
AbstractParser
getDataSourceReader()
- Method in class net.sf.flatpack.
AbstractParser
getDate(String)
- Method in interface net.sf.flatpack.
DataSet
Returns the date value of a specified column.
getDate(String, SimpleDateFormat)
- Method in interface net.sf.flatpack.
DataSet
Returns the date value of a specified column.
getDate(String)
- Method in class net.sf.flatpack.
DefaultDataSet
getDate(String, SimpleDateFormat)
- Method in class net.sf.flatpack.
DefaultDataSet
getDate(String, Date)
- Static method in class net.sf.flatpack.examples.
ConsoleMenu
getDefaultDataFile()
- Static method in class net.sf.flatpack.examples.csvheaderandtrailer.
CSVHeaderAndTrailer
getDefaultDataFile()
- Static method in class net.sf.flatpack.examples.delimiteddynamiccolumns.
DelimitedWithPZMap
getDefaultDataFile()
- Static method in class net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors.
DelimitedWithPZMapErrors
getDefaultDataFile()
- Static method in class net.sf.flatpack.examples.exporttoexcel.
DelimitedFileExportToExcel
getDefaultDataFile()
- Static method in class net.sf.flatpack.examples.fixedlengthdynamiccolumns.
FixedLengthWithPZMap
getDefaultDataFile()
- Static method in class net.sf.flatpack.examples.fixedlengthheaderandtrailer.
FixedLengthHeaderAndTrailer
getDefaultDataFile()
- Static method in class net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns.
LargeDelimitedWithPZMap
getDefaultDataFile()
- Static method in class net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns.
LargeFixedLengthWithPZMap
getDefaultDataFile()
- Static method in class net.sf.flatpack.examples.largedataset.largecsvperformancetest.
CSVLarge
getDefaultDataFile()
- Static method in class net.sf.flatpack.examples.lowlevelparse.
LowLevelParse
getDefaultDataFile()
- Static method in class net.sf.flatpack.examples.multilinedelimitedrecord.
DelimitedMultiLine
getDefaultDataFile()
- Static method in class net.sf.flatpack.examples.numericsanddates.
NumericsAndDates
getDefaultMapping()
- Static method in class net.sf.flatpack.examples.csvheaderandtrailer.
CSVHeaderAndTrailer
getDefaultMapping()
- Static method in class net.sf.flatpack.examples.delimiteddynamiccolumns.
DelimitedWithPZMap
getDefaultMapping()
- Static method in class net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors.
DelimitedWithPZMapErrors
getDefaultMapping()
- Static method in class net.sf.flatpack.examples.exporttoexcel.
DelimitedFileExportToExcel
getDefaultMapping()
- Static method in class net.sf.flatpack.examples.fixedlengthdynamiccolumns.
FixedLengthWithPZMap
getDefaultMapping()
- Static method in class net.sf.flatpack.examples.fixedlengthheaderandtrailer.
FixedLengthHeaderAndTrailer
getDefaultMapping()
- Static method in class net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns.
LargeDelimitedWithPZMap
getDefaultMapping()
- Static method in class net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns.
LargeFixedLengthWithPZMap
getDefaultMapping()
- Static method in class net.sf.flatpack.examples.numericsanddates.
NumericsAndDates
getDelimiter()
- Method in class net.sf.flatpack.
AbstractDelimiterParser
getDelimiter()
- Method in class net.sf.flatpack.writer.
DelimiterWriterFactory
getDelimiterOffset(String, int, char)
- Static method in class net.sf.flatpack.util.
ParserUtils
reads from the specified point in the line and returns how many chars to the specified delimter
getDouble(String)
- Method in interface net.sf.flatpack.
DataSet
Returns the double value of a specified column
getDouble(String)
- Method in class net.sf.flatpack.
DefaultDataSet
getElementCount()
- Method in class net.sf.flatpack.xml.
XMLRecordElement
Used to determine the
mapping the row belongs to.
getElementNumber()
- Method in class net.sf.flatpack.xml.
XMLRecordElement
getEndPosition()
- Method in class net.sf.flatpack.structure.
ColumnMetaData
Returns the endPosition.
getEndPositition()
- Method in class net.sf.flatpack.xml.
XMLRecordElement
getErrorCount()
- Method in interface net.sf.flatpack.
DataSet
Returns total number of records which contained a parse error in the file.
getErrorCount()
- Method in class net.sf.flatpack.
DefaultDataSet
getErrorDesc()
- Method in class net.sf.flatpack.
DataError
Returns the errorDesc.
getErrorLevel()
- Method in class net.sf.flatpack.
DataError
Returns the errorLevel.
getErrors()
- Method in interface net.sf.flatpack.
DataSet
Returns A Collection Of DataErrors that happened during processing
getErrors()
- Method in class net.sf.flatpack.
DefaultDataSet
getIndex()
- Method in class net.sf.flatpack.brparse.
BuffReaderDataSet
Not Supported!
getIndex()
- Method in interface net.sf.flatpack.
DataSet
Returns the index the pointer is on for the array
getIndex()
- Method in class net.sf.flatpack.
DefaultDataSet
getIndicator()
- Method in class net.sf.flatpack.xml.
XMLRecordElement
getInstance()
- Static method in class net.sf.flatpack.brparse.
BuffReaderParseFactory
getInstance()
- Static method in class net.sf.flatpack.
DefaultParserFactory
getInt(String)
- Method in interface net.sf.flatpack.
DataSet
Returns the interger value of a specified column
getInt(String)
- Method in class net.sf.flatpack.
DefaultDataSet
getInt(String, int)
- Static method in class net.sf.flatpack.examples.
ConsoleMenu
Gets an int from the System.in
getLineCount()
- Method in class net.sf.flatpack.
AbstractDelimiterParser
getLineNo()
- Method in class net.sf.flatpack.
DataError
Returns the lineNo.
getListColumnsForRecord(String)
- Method in class net.sf.flatpack.xml.
MetaData
getMdkey()
- Method in class net.sf.flatpack.structure.
Row
getMetaData()
- Method in class net.sf.flatpack.
DefaultDataSet
getObject(String, Class)
- Method in interface net.sf.flatpack.
DataSet
Returns the value of the column with the type of object specified
getObject(String, Class)
- Method in class net.sf.flatpack.
DefaultDataSet
getPassword(String)
- Static method in class net.sf.flatpack.examples.
ConsoleMenu
getPzMetaData()
- Method in class net.sf.flatpack.
AbstractParser
getPZMetaDataFromFile(String, char, char, Parser)
- Static method in class net.sf.flatpack.util.
ParserUtils
Returns a list of ColumnMetaData objects.
getQualifier()
- Method in class net.sf.flatpack.
AbstractDelimiterParser
getQualifier()
- Method in class net.sf.flatpack.writer.
DelimiterWriterFactory
getRowCount()
- Method in interface net.sf.flatpack.
DataSet
Returns the total number of rows parsed in from the file
getRowCount()
- Method in class net.sf.flatpack.
DefaultDataSet
getRowMap()
- Method in class net.sf.flatpack.writer.
AbstractWriter
getRowNo()
- Method in interface net.sf.flatpack.
DataSet
Returns the line number the pointer is on.
getRowNo()
- Method in class net.sf.flatpack.
DefaultDataSet
getRowNumber()
- Method in class net.sf.flatpack.structure.
Row
Returns the rowNumber.
getSortIndicator()
- Method in class net.sf.flatpack.ordering.
OrderColumn
getStartPosition()
- Method in class net.sf.flatpack.structure.
ColumnMetaData
Returns the startPosition.
getStartPosition()
- Method in class net.sf.flatpack.xml.
XMLRecordElement
getString(String)
- Method in interface net.sf.flatpack.
DataSet
Returns the string value of a specified column
getString(String)
- Method in class net.sf.flatpack.
DefaultDataSet
getString(String, String)
- Static method in class net.sf.flatpack.examples.
ConsoleMenu
Gets a String from the System.in
getValue(int)
- Method in class net.sf.flatpack.structure.
Row
Returns the value of a column for a specified column name
goBottom()
- Method in class net.sf.flatpack.brparse.
BuffReaderDataSet
Not Supported!
goBottom()
- Method in interface net.sf.flatpack.
DataSet
Goes to the last record in the dataset
goBottom()
- Method in class net.sf.flatpack.
DefaultDataSet
goTop()
- Method in class net.sf.flatpack.brparse.
BuffReaderDataSet
Not Supported!
goTop()
- Method in interface net.sf.flatpack.
DataSet
Goes to the top of the data set.
goTop()
- Method in class net.sf.flatpack.
DefaultDataSet
I
init()
- Method in class net.sf.flatpack.
AbstractParser
init()
- Method in class net.sf.flatpack.
DBDelimiterParser
init()
- Method in class net.sf.flatpack.
DBFixedLengthParser
init()
- Method in class net.sf.flatpack.
DelimiterParser
init()
- Method in class net.sf.flatpack.
FixedLengthParser
InitialisationException
- Exception in
net.sf.flatpack
InitialisationException()
- Constructor for exception net.sf.flatpack.
InitialisationException
InitialisationException(String)
- Constructor for exception net.sf.flatpack.
InitialisationException
InitialisationException(Throwable)
- Constructor for exception net.sf.flatpack.
InitialisationException
InitialisationException(String, Throwable)
- Constructor for exception net.sf.flatpack.
InitialisationException
isAnError(int)
- Method in interface net.sf.flatpack.
DataSet
Returns true or false as to whether or not the line number contains an error.
isAnError(int)
- Method in class net.sf.flatpack.
DefaultDataSet
isAnyRecordFormatSpecified()
- Method in class net.sf.flatpack.xml.
MetaData
isBlank(String)
- Static method in class net.sf.flatpack.util.
FPStringUtils
Checks if a String is whitespace, empty ("") or null.
isColumnNamesCaseSensitive()
- Method in class net.sf.flatpack.
AbstractParser
isColumnNamesCaseSensitive()
- Method in interface net.sf.flatpack.
Parser
Default is false
isHandlingShortLines()
- Method in class net.sf.flatpack.
AbstractParser
isHandlingShortLines()
- Method in interface net.sf.flatpack.
Parser
isIgnoreExtraColumns()
- Method in class net.sf.flatpack.
AbstractParser
isIgnoreExtraColumns()
- Method in interface net.sf.flatpack.
Parser
isIgnoreFirstRecord()
- Method in class net.sf.flatpack.
AbstractDelimiterParser
isIgnoreParseWarnings()
- Method in class net.sf.flatpack.
AbstractParser
isIgnoreParseWarnings()
- Method in interface net.sf.flatpack.
Parser
Default is false
isInitialised()
- Method in class net.sf.flatpack.
AbstractParser
isMultiLine(char[], char, char)
- Static method in class net.sf.flatpack.util.
ParserUtils
Determines if the given line is the first part of a multiline record
isNotBlank(String)
- Static method in class net.sf.flatpack.util.
FPStringUtils
Checks if a String is not empty (""), not null and not whitespace only.
isNullEmptyStrings()
- Method in class net.sf.flatpack.
AbstractParser
isNullEmptyStrings()
- Method in interface net.sf.flatpack.
Parser
isRecordID(String)
- Method in interface net.sf.flatpack.
DataSet
Checks to see if the row has the given
id
isRecordID(String)
- Method in class net.sf.flatpack.
DefaultDataSet
Checks to see if the row has the given
id
L
LargeDelimitedWithPZMap
- Class in
net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns
LargeDelimitedWithPZMap()
- Constructor for class net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns.
LargeDelimitedWithPZMap
LargeFixedLengthWithPZMap
- Class in
net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns
LargeFixedLengthWithPZMap()
- Constructor for class net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns.
LargeFixedLengthWithPZMap
loadConvertProperties()
- Static method in class net.sf.flatpack.util.
ParserUtils
Retrieves the conversion table for use with the getObject() method in IDataSet
LowLevelParse
- Class in
net.sf.flatpack.examples.lowlevelparse
LowLevelParse()
- Constructor for class net.sf.flatpack.examples.lowlevelparse.
LowLevelParse
lTrim(String)
- Static method in class net.sf.flatpack.util.
ParserUtils
Removes empty space from the begining of a string
lTrimKeepTabs(String)
- Static method in class net.sf.flatpack.util.
ParserUtils
Removes empty space from the begining of a string, except for tabs
M
main(String[])
- Static method in class net.sf.flatpack.examples.createsamplecsv.
CSVTestFileCreator
main(String[])
- Static method in class net.sf.flatpack.examples.csvheaderandtrailer.
CSVHeaderAndTrailer
main(String[])
- Static method in class net.sf.flatpack.examples.csvperformancetest.
CSVPerformanceTest
main(String[])
- Static method in class net.sf.flatpack.examples.delimitedcolumnnamesinfile.
DelimitedColumnNamesInFile
main(String[])
- Static method in class net.sf.flatpack.examples.delimiteddynamiccolumns.
DelimitedWithPZMap
main(String[])
- Static method in class net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors.
DelimitedWithPZMapErrors
main(String[])
- Static method in class net.sf.flatpack.examples.
Examples
main(String[])
- Static method in class net.sf.flatpack.examples.exporttoexcel.
DelimitedFileExportToExcel
main(String[])
- Static method in class net.sf.flatpack.examples.fixedlengthdynamiccolumns.
FixedLengthWithPZMap
main(String[])
- Static method in class net.sf.flatpack.examples.fixedlengthheaderandtrailer.
FixedLengthHeaderAndTrailer
main(String[])
- Static method in class net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns.
LargeDelimitedWithPZMap
main(String[])
- Static method in class net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns.
LargeFixedLengthWithPZMap
main(String[])
- Static method in class net.sf.flatpack.examples.largedataset.largecsvperformancetest.
CSVLarge
main(String[])
- Static method in class net.sf.flatpack.examples.lowlevelparse.
LowLevelParse
main(String[])
- Static method in class net.sf.flatpack.examples.multilinedelimitedrecord.
DelimitedMultiLine
main(String[])
- Static method in class net.sf.flatpack.examples.numericsanddates.
NumericsAndDates
MapParser
- Class in
net.sf.flatpack.xml
MetaData
- Class in
net.sf.flatpack.xml
MetaData(Map)
- Constructor for class net.sf.flatpack.xml.
MetaData
MetaData(List, Map)
- Constructor for class net.sf.flatpack.xml.
MetaData
N
net.sf.flatpack
- package net.sf.flatpack
Main package of the project, containing the actual DataSet implementations.
net.sf.flatpack.brparse
- package net.sf.flatpack.brparse
Contains parsers which leave an open BufferedReader for file access.
net.sf.flatpack.converter
- package net.sf.flatpack.converter
Contains PZConverter implementations for converting reader data into its appropriate object via the getObject() call on the IDataSet.
net.sf.flatpack.examples
- package net.sf.flatpack.examples
net.sf.flatpack.examples.createsamplecsv
- package net.sf.flatpack.examples.createsamplecsv
net.sf.flatpack.examples.csvheaderandtrailer
- package net.sf.flatpack.examples.csvheaderandtrailer
net.sf.flatpack.examples.csvperformancetest
- package net.sf.flatpack.examples.csvperformancetest
net.sf.flatpack.examples.delimitedcolumnnamesinfile
- package net.sf.flatpack.examples.delimitedcolumnnamesinfile
net.sf.flatpack.examples.delimiteddynamiccolumns
- package net.sf.flatpack.examples.delimiteddynamiccolumns
net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors
- package net.sf.flatpack.examples.delimiteddynamiccolumnswitherrors
net.sf.flatpack.examples.exporttoexcel
- package net.sf.flatpack.examples.exporttoexcel
net.sf.flatpack.examples.fixedlengthdynamiccolumns
- package net.sf.flatpack.examples.fixedlengthdynamiccolumns
net.sf.flatpack.examples.fixedlengthheaderandtrailer
- package net.sf.flatpack.examples.fixedlengthheaderandtrailer
net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns
- package net.sf.flatpack.examples.largedataset.delimiteddynamiccolumns
net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns
- package net.sf.flatpack.examples.largedataset.fixedlengthdynamiccolumns
net.sf.flatpack.examples.largedataset.largecsvperformancetest
- package net.sf.flatpack.examples.largedataset.largecsvperformancetest
net.sf.flatpack.examples.lowlevelparse
- package net.sf.flatpack.examples.lowlevelparse
net.sf.flatpack.examples.multilinedelimitedrecord
- package net.sf.flatpack.examples.multilinedelimitedrecord
net.sf.flatpack.examples.numericsanddates
- package net.sf.flatpack.examples.numericsanddates
net.sf.flatpack.ordering
- package net.sf.flatpack.ordering
Reponsible for all sorting operations performed on a DataSet
net.sf.flat