net.sf.filePiper.model
Class PipelineStart

java.lang.Object
  extended by net.sf.filePiper.model.PipelineStart

public class PipelineStart
extends Object

First component of the pipeline.
This components scan the file system for input files and inject them in the pipeline.

Author:
BEROL

Constructor Summary
PipelineStart(Pipeline thePipeline)
           
 
Method Summary
 void processInputFiles(PipeComponent firstProcessor, PipelineEnvironment reporter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelineStart

public PipelineStart(Pipeline thePipeline)
Method Detail

processInputFiles

public void processInputFiles(PipeComponent firstProcessor,
                              PipelineEnvironment reporter)
                       throws IOException
Throws:
IOException


Copyright © 2010. All Rights Reserved.