org.apache.ivy.core.cache

Interface ResolutionCacheManager

public interface ResolutionCacheManager

Method Summary
voidclean()
Cleans the whole cache.
abstract FilegetConfigurationResolveReportInCache(String resolveId, String conf)
abstract File[]getConfigurationResolveReportsInCache(String resolveId)
abstract FilegetResolutionCacheRoot()
abstract FilegetResolvedIvyFileInCache(ModuleRevisionId mrid)
abstract FilegetResolvedIvyPropertiesInCache(ModuleRevisionId mrid)

Method Detail

clean

public void clean()
Cleans the whole cache.

getConfigurationResolveReportInCache

public abstract File getConfigurationResolveReportInCache(String resolveId, String conf)

getConfigurationResolveReportsInCache

public abstract File[] getConfigurationResolveReportsInCache(String resolveId)

getResolutionCacheRoot

public abstract File getResolutionCacheRoot()

getResolvedIvyFileInCache

public abstract File getResolvedIvyFileInCache(ModuleRevisionId mrid)

getResolvedIvyPropertiesInCache

public abstract File getResolvedIvyPropertiesInCache(ModuleRevisionId mrid)