public interface ResourcePreprocessor
extends java.io.Serializable
| 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, which can be empty if the file
doesn't need to be preprocessed.
|
@NonNull
java.util.Collection<java.io.File> getFilesToBeGenerated(@NonNull
java.io.File original)
throws java.io.IOException
java.io.IOExceptionvoid generateFile(@NonNull
java.io.File toBeGenerated,
@NonNull
java.io.File original)
throws java.io.IOException
java.io.IOException