Package org.apache.ivy.core.cache
Interface ResolutionCacheManager
- All Known Implementing Classes:
DefaultResolutionCacheManager
public interface ResolutionCacheManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clean()
Cleans the whole cache.getConfigurationResolveReportInCache
(String resolveId, String conf) File[]
getConfigurationResolveReportsInCache
(String resolveId) void
-
Method Details
-
getResolutionCacheRoot
File getResolutionCacheRoot() -
getResolvedIvyFileInCache
-
getResolvedIvyPropertiesInCache
-
getConfigurationResolveReportInCache
-
getConfigurationResolveReportsInCache
-
getResolvedModuleDescriptor
ModuleDescriptor getResolvedModuleDescriptor(ModuleRevisionId mrid) throws ParseException, IOException - Throws:
ParseException
IOException
-
saveResolvedModuleDescriptor
- Throws:
ParseException
IOException
-
clean
void clean()Cleans the whole cache.
-