Package | Description |
---|---|
org.apache.metamodel |
Root package for MetaModel
|
org.apache.metamodel.fixedwidth |
Module package for Fixed width value files
|
Modifier and Type | Method and Description |
---|---|
static DataContext |
DataContextFactory.createFixedWidthDataContext(File file,
FixedWidthConfiguration configuration)
Creates a DataContext based on a fixed width file.
|
static DataContext |
DataContextFactory.createFixedWidthDataContext(Resource resource,
FixedWidthConfiguration configuration)
Creates a DataContext based on a fixed width file.
|
Modifier and Type | Class and Description |
---|---|
class |
EbcdicConfiguration
Special fixed-width configuration for EBCDIC files.
|
Modifier and Type | Method and Description |
---|---|
FixedWidthConfiguration |
FixedWidthDataContext.getConfiguration()
Gets the Fixed width value configuration used.
|
FixedWidthConfiguration |
FixedWidthConfigurationReader.readFromSasFormatFile(String encoding,
Resource resource,
boolean failOnInconsistentLineWidth)
Reads a
FixedWidthConfiguration based on a SAS 'format file',
described here. |
FixedWidthConfiguration |
FixedWidthConfigurationReader.readFromSasInputDefinition(String encoding,
Resource resource,
boolean failOnInconsistentLineWidth)
Reads a
FixedWidthConfiguration based on a SAS INPUT declaration. |
Constructor and Description |
---|
FixedWidthDataContext(File file,
FixedWidthConfiguration configuration) |
FixedWidthDataContext(Resource resource,
FixedWidthConfiguration configuration) |
FixedWidthLineParser(FixedWidthConfiguration configuration,
int expectedLineLength,
int rowNumber) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.