Uses of Interface
net.sf.filePiper.model.FileProcessor

Packages that use FileProcessor
net.sf.filePiper.model   
net.sf.filePiper.processors   
 

Uses of FileProcessor in net.sf.filePiper.model
 

Classes in net.sf.filePiper.model that implement FileProcessor
 class OneToOneByteFileProcessor
          Base implementation for FileProcessor with ONE to ONE cardinality and processing byte streams.
 class OneToOneTextFileProcessor
          Base implementation for FileProcessor with ONE to ONE cardinality and processing text streams.
 

Methods in net.sf.filePiper.model that return FileProcessor
 FileProcessor ToolModel.getPrototype(FileProcessor fp)
           
 

Methods in net.sf.filePiper.model that return types with arguments of type FileProcessor
 List<FileProcessor> ToolModel.getAvailableProcessors()
           
 List<FileProcessor> Pipeline.getProcessors()
           
 

Methods in net.sf.filePiper.model with parameters of type FileProcessor
 void Pipeline.addProcessor(FileProcessor fp)
           
 void Pipeline.addProcessor(int index, FileProcessor fp)
           
 void Pipeline.changeProcessorAt(int processorIndex, FileProcessor newProto)
           
 FileProcessor ToolModel.getPrototype(FileProcessor fp)
           
 

Constructors in net.sf.filePiper.model with parameters of type FileProcessor
ProcessorThread(FileProcessor p, Pipeline pipeline, PipeComponent nextPipeComponent, PipelineEnvironment reporting)
           
 

Uses of FileProcessor in net.sf.filePiper.processors
 

Classes in net.sf.filePiper.processors that implement FileProcessor
 class ChunkProcessor
          Processor chunking an input file in a set of output files of fixed size (calculated in lines or bytes).
 class CopyProcessor
          Processor that simply copy the input stream to the ouput stream without content modification.
 class HeadProcessor
          Processor copying just the x first lines (or bytes) of a file.
 class ImageSizerProcessor
          Processor resizing an JPEG image file.
 class ListFilesProcessor
          Processor listing the name of the input files.
 class NoOutputProcessor
          Processor doing nothing with the input file and creating no ouput.
 class ReplaceProcessor
          Processor replacing an string by another in the input file.
 class SearchProcessor
          Processor searching a string in input file(s) -- like grep.
 class TailProcessor
          Processor copying just the x last lines (or bytes) of a file.
 class UnzipProcessor
          Processor zipping all input streams in one output zip.
 class ZipProcessor
          Processor zipping all input streams in one output zip.
 



Copyright © 2010. All Rights Reserved.