filetools.fileconverttools
Interface IFileConverter

All Known Implementing Classes:
MatlabHelpfileConverter, SimpleFileConverter

public interface IFileConverter


Method Summary
 int convertInDir(java.io.File inputDir, java.io.File outputDir)
          searches the specified directory and its subdirectories for files and stores a converted (and partially copied) version in another one.
 

Method Detail

convertInDir

int convertInDir(java.io.File inputDir,
                 java.io.File outputDir)
searches the specified directory and its subdirectories for files and stores a converted (and partially copied) version in another one.

Parameters:
inputDir - directory to convert
outputDir - directory where converted files are stored
Returns:
number of files converted