public interface Headered
Importer that makes use of a header to
define the fields into which data is imported.| Modifier and Type | Method and Description |
|---|---|
void |
parseHeader(String line)
After parsing the
line, assign each of the tokens to be the
header for the Importer if and only if a header has not already
been assigned or parsed. |
void parseHeader(String line)
line, assign each of the tokens to be the
header for the Importer if and only if a header has not already
been assigned or parsed.line - the line that should be parsed to get the headerIllegalStateException - if a header already exists