Package org.apache.ivy.core.cache
Interface ResolutionCacheManager
- All Known Implementing Classes:
DefaultResolutionCacheManager
public interface ResolutionCacheManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidclean()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:
ParseExceptionIOException
-
saveResolvedModuleDescriptor
- Throws:
ParseExceptionIOException
-
clean
void clean()Cleans the whole cache.
-