Package net.simplace.pipe.processors
Klasse ConsoleOutProcessor
java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.pipe.processors.ConsoleOutProcessor
Processor that prints messages to the Log
If a parameter "message" is supplied, its value will be printed.
Otherwise, the content of the pipeline will be printed.
| Parameter | Description |
|---|---|
message |
(optional) give a message with ${xxx} Paramers and it will be posted to log |
requestForGoOn |
(optional) setting this parameter to true stops the process with a user input request |
error |
(optional) give an error message with ${xxx} Paramers and it will be thrown as a PipeLine exception |
- Autor:
- Andreas Enders
-
Feldübersicht
Von Klasse geerbte Felder net.simplace.pipe.control.FWProcessor
iAllreadyLoopedCount, iContainer, iInObservable, iObservable, iProgressTasks -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanprocess()Must be overidden to implemnt concrete pipe procedure.Von Klasse geerbte Methoden net.simplace.pipe.control.FWProcessor
checkInParameterMap, checkOutParameterMap, clone, containsParameter, createProcessor, createProcessor, fireTaskEvent, getAllStringInParameters, getConfiguration, getInitialParameters, getInParameter, getInParameter, getInParameters, getNewProgressTask, getOutParameter, getOutParameterKeys, getPipeLine, getProgressTask, getStringInParameter, getStringInParameter, getSystemID, hasConfiguration, isEndOfPipe, pipe, removeOutParameter, setConfiguration, setEndOfPipeFlag, setInitialParameters, setInParameterMap, setLoopedCount, setOutParameter, setStateOfTask, setStateProgressing, toXML
-
Konstruktordetails
-
ConsoleOutProcessor
public ConsoleOutProcessor()
-
-
Methodendetails
-
process
Must be overidden to implemnt concrete pipe procedure.- Angegeben von:
processin KlasseFWProcessor- Gibt zurück:
- success
- Löst aus:
PipeLineException
-