net.simplace.pipe.processors.DownloadFileProcessor

reads one file ${url} to param ${targetDir}/${file}. Additionally you can use ${resultParamKey}.file to get the filename read from parameters. Use 'encoding'-Parameter if you want a special encoding to be used


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


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


Must be overridden to implement concrete pipe procedure.

// Protected Instance Methods
protected boolean checkInParameterMap(); // Defines
net.simplace.pipe.control.FWProcessor




}



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