public interface GeneratedFilesInterceptor
GeneratedFilesHelper
calls all the instances of the @link GeneratedFilesInterceptor}
registered in the project Lookup
when a a build script file has been
updated or created.Modifier and Type | Method and Description |
---|---|
void |
fileGenerated(Project project,
String path)
Called when the build script file has been updated or created.
|