public interface ResourcePreprocessor
Modifier and Type | Method and Description |
---|---|
void |
generateFile(java.io.File toBeGenerated,
java.io.File original)
Actually generate the file based on the original file.
|
java.util.Collection<java.io.File> |
getFilesToBeGenerated(java.io.File original)
Returns the paths that should be generated for the given file.
|
boolean |
needsPreprocessing(java.io.File file)
Checks if the given file should be replaced by N generated files.
|
boolean needsPreprocessing(java.io.File file)
java.util.Collection<java.io.File> getFilesToBeGenerated(java.io.File original)
void generateFile(java.io.File toBeGenerated, java.io.File original) throws java.io.IOException
java.io.IOException