public interface PlugableDataParserInterface
| Modifier and Type | Method and Description |
|---|---|
SubmatData |
getData(int nrOfLines,
java.lang.String mode,
java.lang.String meaName,
java.util.Hashtable constants)
Get Datalines from import command file.
|
SubmatData |
getFile(java.lang.String mode,
java.util.Hashtable constants)
Read a File and return the content as SubmatData Object.
|
void |
init(java.lang.String pathName,
java.lang.String fileName,
java.io.LineNumberReader icf)
Create a Parser Object and store path- and filename.
|
java.lang.String |
preprocessFile(java.lang.String mode,
java.lang.String meaGroupName,
ResultDirHandlerInterface resultDirHandler,
java.util.Hashtable constants) |
void init(java.lang.String pathName,
java.lang.String fileName,
java.io.LineNumberReader icf)
pathName - Name of import directoryfileName - Name of Macao Ascii Fileicf - import command file objectSubmatData getData(int nrOfLines, java.lang.String mode, java.lang.String meaName, java.util.Hashtable constants)
nrOfLines - Number of lines to readmode - "A"ppend or "R"eplacemeaName - Name of Measurement the data belongs toSubmatData getFile(java.lang.String mode, java.util.Hashtable constants)
mode - "R" for Replace, "A" for Appendjava.lang.String preprocessFile(java.lang.String mode,
java.lang.String meaGroupName,
ResultDirHandlerInterface resultDirHandler,
java.util.Hashtable constants)