@Named public class ProjectClasspathDigester extends Object
Constructor and Description |
---|
ProjectClasspathDigester(CompilerBuildContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
digestClasspath(List<File> dependencies)
Detects if classpath dependencies changed compared to the previous build or not.
|
boolean |
digestProcessorpath(List<File> dependencies) |
boolean |
digestSourcepath(List<File> dependencies) |
static void |
flush() |
@Inject public ProjectClasspathDigester(CompilerBuildContext context)
public boolean digestClasspath(List<File> dependencies) throws IOException
IOException
public boolean digestSourcepath(List<File> dependencies) throws IOException
IOException
public boolean digestProcessorpath(List<File> dependencies) throws IOException
IOException
public static void flush()
Copyright © 2020. All rights reserved.