-
- All Implemented Interfaces:
public class SourceSetMetadataStorageForIde
-
-
Field Summary
Fields Modifier and Type Field Description public final static SourceSetMetadataStorageForIdeINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitcleanupStaleEntries(Project project)final UnitcleanupStaleEntries(File projectStorageRoot, Map<File, List<String>> projectStorageDirectories)final FilesourceSetStorage(Project project, String sourceSetName)-
-
Method Detail
-
cleanupStaleEntries
final Unit cleanupStaleEntries(Project project)
-
cleanupStaleEntries
final Unit cleanupStaleEntries(File projectStorageRoot, Map<File, List<String>> projectStorageDirectories)
-
sourceSetStorage
final File sourceSetStorage(Project project, String sourceSetName)
-
-
-
-