- getBigDecimal(String) - Method in class net.sf.flatpack.DefaultDataSet
-
- getBigDecimal(String, Supplier<BigDecimal>) - Method in class net.sf.flatpack.DefaultDataSet
-
- getBigDecimal(String, Supplier<BigDecimal>) - Method in interface net.sf.flatpack.Record
-
Returns the BigDecimal value of a specified column
- getBigDecimal(String) - Method in interface net.sf.flatpack.Record
-
Returns the BigDecimal value of a specified column
- getBigDecimal(String, Supplier<BigDecimal>) - Method in class net.sf.flatpack.RowRecord
-
- getBigDecimal(String) - Method in class net.sf.flatpack.RowRecord
-
- getCMDKey(MetaData, String) - Static method in class net.sf.flatpack.util.FixedWidthParserUtils
-
Returns the key to the list of ColumnMetaData objects.
- getCMDKeyForDelimitedFile(MetaData, List<String>) - 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, MetaData, String, boolean) - Static method in class net.sf.flatpack.util.ParserUtils
-
- 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
-
- getColumnMetaData(String, MetaData) - Static method in class net.sf.flatpack.util.ParserUtils
-
- getColumnName() - Method in class net.sf.flatpack.ordering.OrderColumn
-
- getColumns() - Method in class net.sf.flatpack.DefaultDataSet
-
- getColumns(String) - Method in class net.sf.flatpack.DefaultDataSet
-
- getColumns() - Method in interface net.sf.flatpack.Record
-
Returns a String array of column names in the DataSet.
- getColumns(String) - Method in interface net.sf.flatpack.Record
-
Returns a String array of column names in the DataSet for a given
<RECORD> id
- getColumns() - Method in class net.sf.flatpack.RowRecord
-
- getColumns(String) - Method in class net.sf.flatpack.RowRecord
-
- 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
-
- getDataFileTable() - Method in class net.sf.flatpack.AbstractParser
-
- getDataFileTable() - Method in interface net.sf.flatpack.Parser
-
Returns the table name that will be used to read the MetaData from the db.
- getDataSourceReader() - Method in class net.sf.flatpack.AbstractParser
-
- getDataStructureTable() - Method in class net.sf.flatpack.AbstractParser
-
- getDataStructureTable() - Method in interface net.sf.flatpack.Parser
-
Returns the table name that will be used to read the MetaData from the db.
- getDate(String) - Method in class net.sf.flatpack.DefaultDataSet
-
- getDate(String, SimpleDateFormat) - Method in class net.sf.flatpack.DefaultDataSet
-
- getDate(String, SimpleDateFormat, Supplier<Date>) - Method in class net.sf.flatpack.DefaultDataSet
-
- getDate(String, Supplier<Date>) - Method in class net.sf.flatpack.DefaultDataSet
-
- getDate(String, Supplier<Date>) - Method in interface net.sf.flatpack.Record
-
Returns the date value of a specified column.
- getDate(String) - Method in interface net.sf.flatpack.Record
-
Returns the date value of a specified column.
- getDate(String, SimpleDateFormat, Supplier<Date>) - Method in interface net.sf.flatpack.Record
-
Returns the date value of a specified column.
- getDate(String, SimpleDateFormat) - Method in interface net.sf.flatpack.Record
-
Returns the date value of a specified column.
- getDate(String, SimpleDateFormat, Supplier<Date>) - Method in class net.sf.flatpack.RowRecord
-
- getDate(String, Supplier<Date>) - Method in class net.sf.flatpack.RowRecord
-
- getDate(String) - Method in class net.sf.flatpack.RowRecord
-
- getDate(String, SimpleDateFormat) - Method in class net.sf.flatpack.RowRecord
-
- getDateFormatPattern() - Method in class net.sf.flatpack.ordering.OrderColumn
-
Format pattern to use to parse dates for sorting.
- 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 delimiter
- getDouble(String) - Method in class net.sf.flatpack.DefaultDataSet
-
- getDouble(String, Supplier<Double>) - Method in class net.sf.flatpack.DefaultDataSet
-
- getDouble(String, Supplier<Double>) - Method in interface net.sf.flatpack.Record
-
Returns the double value of a specified column
- getDouble(String) - Method in interface net.sf.flatpack.Record
-
Returns the double value of a specified column
- getDouble(String, Supplier<Double>) - Method in class net.sf.flatpack.RowRecord
-
- getDouble(String) - Method in class net.sf.flatpack.RowRecord
-
- getElementCount() - Method in class net.sf.flatpack.xml.XMLRecordElement
-
Used to determine the <record> 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 class net.sf.flatpack.DefaultDataSet
-
- getErrorCount() - Method in interface net.sf.flatpack.RecordDataSet
-
Returns total number of records which contained a parse error in the
file.
- getErrorCount() - Method in class net.sf.flatpack.StreamingRecord
-
- 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 class net.sf.flatpack.DefaultDataSet
-
- getErrors() - Method in interface net.sf.flatpack.RecordDataSet
-
Returns A Collection Of DataErrors that happened during processing
- getErrors() - Method in class net.sf.flatpack.StreamingRecord
-
- getExcludeFromExportColumns() - Method in class net.sf.flatpack.util.ExcelTransformer
-
- getExportOnlyColumns() - Method in class net.sf.flatpack.util.ExcelTransformer
-
- 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
-
- getInstance() - Static method in class net.sf.flatpack.writer.WriterOptions
-
Returns a DelimiterWriterOptions instance
- getInt(String, Supplier<Integer>) - Method in class net.sf.flatpack.DefaultDataSet
-
- getInt(String) - Method in class net.sf.flatpack.DefaultDataSet
-
- getInt(String, Supplier<Integer>) - Method in interface net.sf.flatpack.Record
-
Returns the integer value of a specified column
- getInt(String) - Method in interface net.sf.flatpack.Record
-
Returns the integer value of a specified column
- getInt(String, Supplier<Integer>) - Method in class net.sf.flatpack.RowRecord
-
- getInt(String) - Method in class net.sf.flatpack.RowRecord
-
- 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
-
- getLong(String, Supplier<Long>) - Method in class net.sf.flatpack.DefaultDataSet
-
- getLong(String) - Method in class net.sf.flatpack.DefaultDataSet
-
- getLong(String, Supplier<Long>) - Method in interface net.sf.flatpack.Record
-
Returns the long value of a specified column
- getLong(String) - Method in interface net.sf.flatpack.Record
-
Returns the long value of a specified column
- getLong(String, Supplier<Long>) - Method in class net.sf.flatpack.RowRecord
-
- getLong(String) - Method in class net.sf.flatpack.RowRecord
-
- getMdkey() - Method in class net.sf.flatpack.structure.Row
-
- getMetaData() - Method in class net.sf.flatpack.DefaultDataSet
-
- getNumericColumns() - Method in class net.sf.flatpack.util.ExcelTransformer
-
- getObject(String, Class<?>) - Method in class net.sf.flatpack.DefaultDataSet
-
- getObject(String, Class<?>) - Method in interface net.sf.flatpack.Record
-
Returns the value of the column with the type of object specified
- getObject(String, Class<?>) - Method in class net.sf.flatpack.RowRecord
-
- 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
-
- getRawData() - Method in class net.sf.flatpack.DataError
-
Option must be set on parser, otherwise this is
null by default
- getRawData() - Method in class net.sf.flatpack.DefaultDataSet
-
- getRawData() - Method in interface net.sf.flatpack.Record
-
- getRawData() - Method in class net.sf.flatpack.RowRecord
-
- getRawData() - Method in class net.sf.flatpack.structure.Row
-
Raw data used to create the columns for the row
- getRecord() - Method in class net.sf.flatpack.DefaultDataSet
-
- getRecord() - Method in interface net.sf.flatpack.RecordDataSet
-
- getRecord() - Method in class net.sf.flatpack.StreamingRecord
-
- getRowCount() - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
-
Not Supported!
- 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 class net.sf.flatpack.DefaultDataSet
-
- getRowNo() - Method in interface net.sf.flatpack.Record
-
Returns the line number the pointer is on.
- getRowNo() - Method in class net.sf.flatpack.RowRecord
-
- getRowNumber() - Method in class net.sf.flatpack.structure.Row
-
Returns the rowNumber.
- getSelectedColType() - Method in class net.sf.flatpack.ordering.OrderColumn
-
- 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, Supplier<String>) - Method in class net.sf.flatpack.DefaultDataSet
-
- getString(String) - Method in class net.sf.flatpack.DefaultDataSet
-
- getString(String) - Method in interface net.sf.flatpack.Record
-
Returns the string value of a specified column
- getString(String, Supplier<String>) - Method in interface net.sf.flatpack.Record
-
Returns the string value of a specified column
- getString(String, Supplier<String>) - Method in class net.sf.flatpack.RowRecord
-
- getString(String) - Method in class net.sf.flatpack.RowRecord
-
- 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
-
- 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.ordering - package net.sf.flatpack.ordering
-
Reponsible for all sorting operations performed on a DataSet
- net.sf.flatpack.structure - package net.sf.flatpack.structure
-
Contains classes which decribes the structure of the DataSet.
- net.sf.flatpack.util - package net.sf.flatpack.util
-
Provides utility methods that are used to perform parsing and transform DataSets into Excel.
- net.sf.flatpack.writer - package net.sf.flatpack.writer
-
Provides some Writers to export a DataSet to a fixed length or delimited format.
- net.sf.flatpack.xml - package net.sf.flatpack.xml
-
Provides classes for handling and parsing of the *.pzmap.xml files.
- newCsvParser(InputStream) - Static method in class net.sf.flatpack.DefaultParserFactory
-
Convenience method using conventional CSV separated by , and using " for qualifier if required.
- newCsvParser(Reader) - Static method in class net.sf.flatpack.DefaultParserFactory
-
Convenience method using conventional CSV separated by , and using " for qualifier if required.
- newDelimitedParser(Connection, InputStream, String, char, char, boolean) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
- newDelimitedParser(File, File, char, char, boolean) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
- newDelimitedParser(InputStream, InputStream, char, char, boolean) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
- newDelimitedParser(File, char, char) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
- newDelimitedParser(InputStream, char, char) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
- newDelimitedParser(Connection, Reader, String, char, char, boolean) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
Not supported at this time.
- newDelimitedParser(Reader, char, char) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
- newDelimitedParser(Reader, Reader, char, char, boolean) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
- newDelimitedParser(Connection, InputStream, String, char, char, boolean) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newDelimitedParser(File, File, char, char, boolean) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newDelimitedParser(InputStream, InputStream, char, char, boolean) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newDelimitedParser(File, char, char) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newDelimitedParser(InputStream, char, char) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newDelimitedParser(Connection, Reader, String, char, char, boolean) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newDelimitedParser(Reader, char, char) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newDelimitedParser(Reader, Reader, char, char, boolean) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newDelimitedParser(Connection, InputStream, String, char, char, boolean) - Method in interface net.sf.flatpack.ParserFactory
-
- newDelimitedParser(Connection, Reader, String, char, char, boolean) - Method in interface net.sf.flatpack.ParserFactory
-
New constructor based on Reader.
- newDelimitedParser(File, File, char, char, boolean) - Method in interface net.sf.flatpack.ParserFactory
-
- newDelimitedParser(Reader, Reader, char, char, boolean) - Method in interface net.sf.flatpack.ParserFactory
-
Constructs a new DataSet using the PZMAP XML file layout method.
- newDelimitedParser(InputStream, InputStream, char, char, boolean) - Method in interface net.sf.flatpack.ParserFactory
-
- newDelimitedParser(File, char, char) - Method in interface net.sf.flatpack.ParserFactory
-
- newDelimitedParser(Reader, char, char) - Method in interface net.sf.flatpack.ParserFactory
-
Constructs a new DataSet using the first line of data found in the text
file as the column names.
- newDelimitedParser(InputStream, char, char) - Method in interface net.sf.flatpack.ParserFactory
-
- newFixedLengthParser(Connection, File, String) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
Not supported at this time.
- newFixedLengthParser(Connection, InputStream, String) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
Not supported at this time.
- newFixedLengthParser(File, File) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
- newFixedLengthParser(Connection, Reader, String) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
- newFixedLengthParser(Reader, Reader) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
- newFixedLengthParser(InputStream, InputStream) - Method in class net.sf.flatpack.brparse.BuffReaderParseFactory
-
- newFixedLengthParser(Connection, File, String) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newFixedLengthParser(Connection, InputStream, String) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newFixedLengthParser(File, File) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newFixedLengthParser(InputStream, InputStream) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newFixedLengthParser(Connection, Reader, String) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newFixedLengthParser(Reader, Reader) - Method in class net.sf.flatpack.DefaultParserFactory
-
- newFixedLengthParser(Connection, File, String) - Method in interface net.sf.flatpack.ParserFactory
-
- newFixedLengthParser(Connection, InputStream, String) - Method in interface net.sf.flatpack.ParserFactory
-
- newFixedLengthParser(File, File) - Method in interface net.sf.flatpack.ParserFactory
-
- newFixedLengthParser(InputStream, InputStream) - Method in interface net.sf.flatpack.ParserFactory
-
- newFixedLengthParser(Connection, Reader, String) - Method in interface net.sf.flatpack.ParserFactory
-
Constructs a new DataSet using the database table file layout method.
- newFixedLengthParser(Reader, Reader) - Method in interface net.sf.flatpack.ParserFactory
-
New constructor based on Reader.
- next() - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
-
- next() - Method in class net.sf.flatpack.DefaultDataSet
-
- next() - Method in interface net.sf.flatpack.RecordDataSet
-
Returns true if it has one more record.
- next() - Method in class net.sf.flatpack.StreamingRecord
-
- nextRecord() - Method in class net.sf.flatpack.writer.AbstractWriter
-
Writes a newline to the output and discards the rowMap
.
- nextRecord() - Method in class net.sf.flatpack.writer.DelimiterWriter
-
- nextRecord() - Method in class net.sf.flatpack.writer.FixedLengthWriter
-
- nextRecord() - Method in interface net.sf.flatpack.writer.Writer
-
- NO_QUALIFIER - Static variable in class net.sf.flatpack.util.FPConstants
-
- setColLength(int) - Method in class net.sf.flatpack.structure.ColumnMetaData
-
Sets the colLength.
- setColName(String) - Method in class net.sf.flatpack.structure.ColumnMetaData
-
Sets the colName.
- setCols(List<String>) - Method in class net.sf.flatpack.structure.Row
-
Set the columns for the row.
- setColumnIndexMap(Map) - Method in class net.sf.flatpack.xml.MetaData
-
- setColumnName(String) - Method in class net.sf.flatpack.ordering.OrderColumn
-
- setColumnNamesCaseSensitive(boolean) - Method in class net.sf.flatpack.AbstractParser
-
- setColumnNamesCaseSensitive(boolean) - Method in interface net.sf.flatpack.Parser
-
Default is false
- setColumns(List<ColumnMetaData>, Parser) - Method in class net.sf.flatpack.xml.XMLRecordElement
-
- setColumnsNames(List<ColumnMetaData>) - Method in class net.sf.flatpack.xml.MetaData
-
- setDataDefinition(String) - Method in class net.sf.flatpack.AbstractParser
-
- setDataFileTable(String) - Method in class net.sf.flatpack.AbstractParser
-
- setDataFileTable(String) - Method in interface net.sf.flatpack.Parser
-
Sets the table name that will be used to read the MetaData from the db.
- setDataSourceReader(Reader) - Method in class net.sf.flatpack.AbstractParser
-
- setDataStructureTable(String) - Method in class net.sf.flatpack.AbstractParser
-
- setDataStructureTable(String) - Method in interface net.sf.flatpack.Parser
-
Sets the table name that will be used to read the MetaData from the db.
- setDateFormatPattern(String) - Method in class net.sf.flatpack.ordering.OrderColumn
-
Format pattern to use to parse dates for sorting.
- setDebug(boolean) - Static method in class net.sf.flatpack.xml.MapParser
-
If set to true, debug information for the map file will be thrown to the
console after the parse is finished
- setDelimiter(char) - Method in class net.sf.flatpack.AbstractDelimiterParser
-
- setElementCount(int) - Method in class net.sf.flatpack.xml.XMLRecordElement
-
Used to determine the <record> mapping the row belongs to.
- setElementNumber(int) - Method in class net.sf.flatpack.xml.XMLRecordElement
-
- setEmpty(boolean) - Method in class net.sf.flatpack.structure.Row
-
When true, all columns in the row are empty
- setEndPosition(int) - Method in class net.sf.flatpack.structure.ColumnMetaData
-
Sets the endPosition.
- setEndPositition(int) - Method in class net.sf.flatpack.xml.XMLRecordElement
-
- setExcludeFromExportColumns(String[]) - Method in class net.sf.flatpack.util.ExcelTransformer
-
The columns names contained in the array will be igored if
setExportOnlyColumns() is called.
- setExportOnlyColumns(String[]) - Method in class net.sf.flatpack.util.ExcelTransformer
-
When set, only columns contained in the String[] will
be exported out to Excel.
- setFlagEmptyRows(boolean) - Method in class net.sf.flatpack.AbstractParser
-
- setFlagEmptyRows(boolean) - Method in interface net.sf.flatpack.Parser
-
when true, will analyze the row to see if all elements are empty and
place a flag on the DataSet indicating if the row is empty.
- setHandlingShortLines(boolean) - Method in class net.sf.flatpack.AbstractParser
-
- setHandlingShortLines(boolean) - Method in interface net.sf.flatpack.Parser
-
- setIgnoreExtraColumns(boolean) - Method in class net.sf.flatpack.AbstractParser
-
- setIgnoreExtraColumns(boolean) - Method in interface net.sf.flatpack.Parser
-
- setIgnoreFirstRecord(boolean) - Method in class net.sf.flatpack.AbstractDelimiterParser
-
- setIgnoreParseWarnings(boolean) - Method in class net.sf.flatpack.AbstractParser
-
- setIgnoreParseWarnings(boolean) - Method in interface net.sf.flatpack.Parser
-
- setIndicator(String) - Method in class net.sf.flatpack.xml.XMLRecordElement
-
- setInitialised(boolean) - Method in class net.sf.flatpack.AbstractParser
-
- setLowerCase() - Method in interface net.sf.flatpack.DataSet
-
Sets data in the DataSet to lowercase
- setLowerCase() - Method in class net.sf.flatpack.DefaultDataSet
-
Sets data in the DataSet to lowercase
- setMdkey(String) - Method in class net.sf.flatpack.structure.Row
-
- setMetaData(MetaData) - Method in class net.sf.flatpack.DefaultDataSet
-
- setMetaData(MetaData) - Method in class net.sf.flatpack.ordering.OrderBy
-
- setNullEmptyStrings(boolean) - Method in class net.sf.flatpack.AbstractParser
-
- setNullEmptyStrings(boolean) - Method in interface net.sf.flatpack.Parser
-
- setNumericColumns(String[]) - Method in class net.sf.flatpack.util.ExcelTransformer
-
Columns contained in this array will be writen as numerics to Excel instead of Text
- setParser(Parser) - Method in class net.sf.flatpack.ordering.OrderBy
-
- setPointer(int) - Method in class net.sf.flatpack.DefaultDataSet
-
- setPreserveLeadingWhitespace(boolean) - Method in class net.sf.flatpack.AbstractParser
-
- setPreserveLeadingWhitespace(boolean) - Method in interface net.sf.flatpack.Parser
-
Defaults to true
.
- setPreserveTrailingWhitespace(boolean) - Method in class net.sf.flatpack.AbstractParser
-
- setPreserveTrailingWhitespace(boolean) - Method in interface net.sf.flatpack.Parser
-
Defaults to false
.
- setPZConvertProps(Properties) - Method in interface net.sf.flatpack.DataSet
-
Sets the properties from the pzconvert.properties file.
- setPZConvertProps(Properties) - Method in class net.sf.flatpack.DefaultDataSet
-
- setPzMetaData(MetaData) - Method in class net.sf.flatpack.AbstractParser
-
- setQualifier(char) - Method in class net.sf.flatpack.AbstractDelimiterParser
-
- setRawData(String) - Method in class net.sf.flatpack.structure.Row
-
Raw data used to create the columns for the row
- setRowNumber(int) - Method in class net.sf.flatpack.structure.Row
-
Sets the rowNumber.
- setSelectedColType(int) - Method in class net.sf.flatpack.ordering.OrderColumn
-
- setStartPosition(int) - Method in class net.sf.flatpack.structure.ColumnMetaData
-
Sets the startPosition.
- setStartPosition(int) - Method in class net.sf.flatpack.xml.XMLRecordElement
-
- setStoreRawDataToDataError(boolean) - Method in class net.sf.flatpack.AbstractParser
-
- setStoreRawDataToDataError(boolean) - Method in interface net.sf.flatpack.Parser
-
when true, the parser will place the data of the line which failed the parse and
place it into the DataError object.
- setStoreRawDataToDataSet(boolean) - Method in class net.sf.flatpack.AbstractParser
-
- setStoreRawDataToDataSet(boolean) - Method in interface net.sf.flatpack.Parser
-
WARNING!! Setting this option has potential to cause high memory usage.
- setStrictNumericParse(boolean) - Method in interface net.sf.flatpack.DataSet
-
Setting this to True will parse text as is and throw a
NumberFormatException.
- setStrictNumericParse(boolean) - Method in class net.sf.flatpack.DefaultDataSet
-
Setting this to True will parse text as is and throw a
NumberFormatException.
- setUpperCase() - Method in interface net.sf.flatpack.DataSet
-
Sets data in the DataSet to uppercase
- setUpperCase() - Method in class net.sf.flatpack.DefaultDataSet
-
Sets data in the DataSet to uppercase
- setValue(String, String) - Method in class net.sf.flatpack.brparse.BuffReaderDataSet
-
Not Supported!
- setValue(String, String) - Method in interface net.sf.flatpack.DataSet
-
Changes the value of the given column only for the
given row which the pointer is currently sitting on.
- setValue(String, String) - Method in class net.sf.flatpack.DefaultDataSet
-
- setValue(int, String) - Method in class net.sf.flatpack.structure.Row
-
Set the value of a column for a specified column name
- shouldCreateMDFromFile() - Method in class net.sf.flatpack.AbstractDelimiterParser
-
- shouldCreateMDFromFile() - Method in class net.sf.flatpack.brparse.DBBuffReaderDelimParser
-
- shouldCreateMDFromFile() - Method in class net.sf.flatpack.brparse.DBBuffReaderFixedParser
-
- shouldCreateMDFromFile() - Method in class net.sf.flatpack.DBDelimiterParser
-
- shouldCreateMDFromFile() - Method in class net.sf.flatpack.DelimiterParser
-
- spliterator() - Method in interface net.sf.flatpack.StreamingDataSet
-
- splitFixedText(List<ColumnMetaData>, String, boolean, boolean) - Static method in class net.sf.flatpack.util.FixedWidthParserUtils
-
Splits up a fixed width line of text
- splitLine(String, char, char, int, boolean, boolean) - Static method in class net.sf.flatpack.util.ParserUtils
-
Returns an ArrayList of items in a delimited string.
- SPLITLINE_SIZE_INIT - Static variable in class net.sf.flatpack.util.FPConstants
-
- stream() - Method in class net.sf.flatpack.AbstractParser
-
- stream() - Method in interface net.sf.flatpack.Parser
-
Parse the data and return a stream or records;
- stream() - Method in interface net.sf.flatpack.StreamingDataSet
-
- StreamingDataSet - Interface in net.sf.flatpack
-
New with jdk8, define stream() methods.
- StreamingRecord - Class in net.sf.flatpack
-
- StreamingRecord(DataSet) - Constructor for class net.sf.flatpack.StreamingRecord
-
- stripNonDoubleChars(String) - Static method in class net.sf.flatpack.util.ParserUtils
-
Removes chars from the String that could not
be parsed into a Double value
- stripNonLongChars(String) - Static method in class net.sf.flatpack.util.ParserUtils
-
Removes chars from the String that could not
be parsed into a Long value
PZStringUtils.stripNonLongChars("1000.25") = "1000"
Method will truncate everything to the right of the decimal
place when encountered.