Package de.unkrig.commons.file.fileprocessing

This package contains classes and interfaces that deal with processing files (file trees, ZIP files).

See:
          Description

Interface Summary
FileProcessings.DirectoryCombiner<T> Transforms the return values of the invocations of directoryMemberProcessor for each member.
FileProcessor<T> An entity that "does something" with a File.
 

Class Summary
FileContentsProcessor<T> Processes a file by opening the file, feeding its contents to the ContentsProcessor, and eventually closing the file.
FileProcessings Various file processing utility methods.
SelectiveFileProcessor<T> Passes to a delegate only the files who's path matches a given predicate.
 

Package de.unkrig.commons.file.fileprocessing Description

This package contains classes and interfaces that deal with processing files (file trees, ZIP files). Simple applications are a CONCAT or a GREP tool.