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