de.unkrig.commons.file.filetransformation
Interface FileAdder


public interface FileAdder

Adds a given file to 'something'.


Method Summary
 void addFiles(java.lang.String path, java.io.File directory, FileTransformer.Mode mode)
          Adds files in the given directory.
 

Method Detail

addFiles

void addFiles(java.lang.String path,
              java.io.File directory,
              FileTransformer.Mode mode)
              throws java.io.IOException
Adds files in the given directory.

Parameters:
path - The path designating the directory
Throws:
java.io.IOException