| Package | Description | 
|---|---|
| net.sf.flatpack | 
 Main package of the project, containing the
        actual DataSet implementations. 
 | 
| net.sf.flatpack.brparse | 
 Contains parsers which leave an open BufferedReader for file access. 
 | 
| net.sf.flatpack.ordering | 
 Responsible for all sorting operations performed on a DataSet 
 | 
| net.sf.flatpack.util | 
 Provides utility methods that are used to perform parsing and transform DataSets into Excel. 
 | 
| net.sf.flatpack.xml | 
 Provides classes for handling and parsing of the *.pzmap.xml files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MetaData | 
DefaultDataSet.getMetaData()  | 
MetaData | 
AbstractParser.getPzMetaData()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultDataSet.setMetaData(MetaData metaData)  | 
void | 
AbstractParser.setPzMetaData(MetaData pzMap)  | 
| Constructor and Description | 
|---|
DefaultDataSet(MetaData pzMetaData,
              Parser pzparser)  | 
RowRecord(Row row,
         MetaData metaData,
         boolean columnCaseSensitive,
         Properties pzConvertProps,
         boolean strictNumericParse,
         boolean upperCase,
         boolean lowerCase,
         boolean nullEmptyString)  | 
| Constructor and Description | 
|---|
BuffReaderDataSet(MetaData columnMD2,
                 InterfaceBuffReaderParse brParser)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OrderBy.setMetaData(MetaData metaData)  | 
| Modifier and Type | Method and Description | 
|---|---|
static MetaData | 
ParserUtils.getPZMetaDataFromFile(String line,
                     char delimiter,
                     char qualifier,
                     Parser p,
                     boolean addSuffixToDuplicateColumnNames)
Returns a list of ColumnMetaData objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,Integer> | 
ParserUtils.calculateRecordLengths(MetaData columnMD)  | 
static String | 
FixedWidthParserUtils.getCMDKey(MetaData columnMD,
         String line)
Returns the key to the list of ColumnMetaData objects. 
 | 
static String | 
ParserUtils.getCMDKeyForDelimitedFile(MetaData columnMD,
                         List<String> lineElements)  | 
static int | 
ParserUtils.getColumnIndex(String key,
              MetaData columnMD,
              String colName,
              boolean columNameCaseSensitive)  | 
static List<ColumnMetaData> | 
ParserUtils.getColumnMetaData(String key,
                 MetaData columnMD)  | 
| Modifier and Type | Method and Description | 
|---|---|
static MetaData | 
MapParser.parseMap(Reader xmlStreamReader,
        Parser pzparser)
New method based on Reader. 
 | 
Copyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.