org.apache.ivy.core.cache
Interface ResolutionCacheManager

All Known Implementing Classes:
DefaultResolutionCacheManager

public interface ResolutionCacheManager


Method Summary
 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)
           
 

Method Detail

getResolutionCacheRoot

java.io.File getResolutionCacheRoot()

getResolvedIvyFileInCache

java.io.File getResolvedIvyFileInCache(ModuleRevisionId mrid)

getResolvedIvyPropertiesInCache

java.io.File getResolvedIvyPropertiesInCache(ModuleRevisionId mrid)

getConfigurationResolveReportInCache

java.io.File getConfigurationResolveReportInCache(java.lang.String resolveId,
                                                  java.lang.String conf)

getConfigurationResolveReportsInCache

java.io.File[] getConfigurationResolveReportsInCache(java.lang.String resolveId)

clean

void clean()
Cleans the whole cache.