public interface InterpreterInterface
| Modifier and Type | Method and Description |
|---|---|
ProtocolRequestResult |
process(java.io.DataInputStream script,
java.lang.String fileName,
ProcessingParameter parameter,
ProcessingInformation pi)
Startet die Interpretation des Skripts
|
ProtocolRequestResult process(java.io.DataInputStream script, java.lang.String fileName, ProcessingParameter parameter, ProcessingInformation pi)
script - Quelltext SkriptfileName - Dateiname des Skripts (nur für detailliertere Fehlerberichte nötig)parameter - Informationen zum Auswerten des Skriptspi - Objekt, in dem die gewonnenen Informationen abgelegt werden