|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.node.io.filereader.FileAnalyzer.HeaderHelper
static final class FileAnalyzer.HeaderHelper
Little helper class for the check header method. Holds the prefix and the running index of possible row or column headers.
Method Summary | |
---|---|
(package private) static FileAnalyzer.HeaderHelper |
extractPrefixAndIndexFromHeader(String header)
from the header passed it extracts the prefix and the running index and stores them in the returned helper class. |
(package private) boolean |
testNextHeader(String headerToTest)
Checks if the specified header fits in the sequence of consecutive headers. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
boolean testNextHeader(String headerToTest)
headerToTest
- the next header in the file to test.
static FileAnalyzer.HeaderHelper extractPrefixAndIndexFromHeader(String header)
header
- the (possible) header to examine
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |