|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DelimitedEx | |
|---|---|
| phenote.dataadapter.delimited | |
| Uses of DelimitedEx in phenote.dataadapter.delimited |
|---|
| Methods in phenote.dataadapter.delimited that throw DelimitedEx | |
|---|---|
(package private) static DelimFieldParser |
DelimFieldParser.makeNextParser(java.lang.String[] colHeaders,
int col)
Given array of column headers and index col to start looking, find next valid field -- a field that is in datamodel/configged -- and return Parser for it throws DelimitedEx if fails to find a char field for all headers at index col and greater |
(package private) void |
DelimFieldParser.parseField(java.lang.String[] items,
CharacterI chr)
|
(package private) void |
DelimitedChar.parseLine(java.lang.String line)
|
(package private) void |
DelimitedChar.setHeader(java.lang.String headerLine)
make DelimFieldParsers from headerLine, throw exception if line fails to be a header |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||