-
- All Implemented Interfaces:
public class ClasspathSnapshot.ClasspathSnapshotFactory
-
-
Field Summary
Fields Modifier and Type Field Description public final static ClasspathSnapshot.ClasspathSnapshotFactoryINSTANCE
-
Method Summary
Modifier and Type Method Description final ClasspathSnapshotloadFrom(File cacheDir)final ClasspathSnapshotcreateCurrent(File cacheDir, List<File> classpath, List<File> annotationProcessorClasspath, Set<File> allStructureData)final UnknownSnapshotgetEmptySnapshot()-
-
Method Detail
-
loadFrom
final ClasspathSnapshot loadFrom(File cacheDir)
-
createCurrent
final ClasspathSnapshot createCurrent(File cacheDir, List<File> classpath, List<File> annotationProcessorClasspath, Set<File> allStructureData)
-
getEmptySnapshot
final UnknownSnapshot getEmptySnapshot()
-
-
-
-