|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.flatpack.util.FixedWidthParserUtils
public final class FixedWidthParserUtils
Collection of parser utilities related to the parsing of fixed width files.

| Method Summary | |
|---|---|
static java.lang.String |
getCMDKey(java.util.Map columnMD,
java.lang.String line)
Deprecated. use the PZMetaData |
static java.lang.String |
getCMDKey(MetaData columnMD,
java.lang.String line)
Returns the key to the list of ColumnMetaData objects. |
static java.util.List |
splitFixedText(java.util.List columnMetaData,
java.lang.String lineToParse)
Splits up a fixed width line of text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.List splitFixedText(java.util.List columnMetaData,
java.lang.String lineToParse)
columnMetaData - Collection of ColumnMetaData to parse the linelineToParse - Line of text to be parsed against the ColumnMetaData
public static java.lang.String getCMDKey(java.util.Map columnMD,
java.lang.String line)
columnMD - line -
public static java.lang.String getCMDKey(MetaData columnMD,
java.lang.String line)
columnMD - line -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||