Package de.bsvrz.pua.prot.interpreter
Interface InterpreterInterface
-
- All Known Implementing Classes:
Interpreter
public interface InterpreterInterfaceSchnittstelle zum Interpreter.
-
-
Method Summary
Modifier and Type Method Description ProtocolRequestResultprocess(java.io.DataInputStream script, java.lang.String fileName, ProcessingParameter parameter, ProcessingInformation pi)Startet die Interpretation des Skripts
-
-
-
Method Detail
-
process
ProtocolRequestResult process(java.io.DataInputStream script, java.lang.String fileName, ProcessingParameter parameter, ProcessingInformation pi)
Startet die Interpretation des Skripts- Parameters:
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- Returns:
- Informationen über die Ausführung der Operation
-
-