Interface FileProcessor
-
public interface FileProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processFile(java.io.File file, java.lang.String basename, java.lang.String extension)
-