public interface IncrementalResolver
| Modifier and Type | Interface and Description |
|---|---|
static class |
IncrementalResolver.ForChangedFiles
An incremental resolver that retransforms any file that has changed but no other files.
|
| Modifier and Type | Method and Description |
|---|---|
List<File> |
apply(Logger logger,
Iterable<FileChange> changes,
File sourceRoot,
File targetRoot,
Iterable<File> classPath)
Returns a list of files to transform after an incremental change.
|
List<File> apply(Logger logger, Iterable<FileChange> changes, File sourceRoot, File targetRoot, Iterable<File> classPath)
logger - A logger for the resolver.changes - An iterable of all changes that were found.sourceRoot - The source directory.targetRoot - The target directory.classPath - The class path available.