public interface ResolutionCacheManager
Modifier and Type | Method and Description |
---|---|
void |
clean()
Cleans the whole cache.
|
java.io.File |
getConfigurationResolveReportInCache(java.lang.String resolveId,
java.lang.String conf) |
java.io.File[] |
getConfigurationResolveReportsInCache(java.lang.String resolveId) |
java.io.File |
getResolutionCacheRoot() |
java.io.File |
getResolvedIvyFileInCache(ModuleRevisionId mrid) |
java.io.File |
getResolvedIvyPropertiesInCache(ModuleRevisionId mrid) |
java.io.File getResolutionCacheRoot()
java.io.File getResolvedIvyFileInCache(ModuleRevisionId mrid)
java.io.File getResolvedIvyPropertiesInCache(ModuleRevisionId mrid)
java.io.File getConfigurationResolveReportInCache(java.lang.String resolveId, java.lang.String conf)
java.io.File[] getConfigurationResolveReportsInCache(java.lang.String resolveId)
void clean()