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



public final class ConsoleOutProcessor extends
net.simplace.pipe.control.FWProcessor {
// Public Constructors
public ConsoleOutProcessor();


// Public Instance Methods
public boolean process() throws PipeLineException; // Defines
net.simplace.pipe.control.FWProcessor


Must be overidden to implemnt concrete pipe procedure.


}



Hierarchy: java.lang.Object - net.simplace.pipe.control.FWProcessor - ConsoleOutProcessor