Uses of Interface
org.apache.ivy.core.cache.ResolutionCacheManager
-
-
Uses of ResolutionCacheManager in org.apache.ivy
Methods in org.apache.ivy that return ResolutionCacheManager Modifier and Type Method Description ResolutionCacheManager
Ivy. getResolutionCacheManager()
-
Uses of ResolutionCacheManager in org.apache.ivy.ant
Methods in org.apache.ivy.ant with parameters of type ResolutionCacheManager Modifier and Type Method Description private void
IvyRepositoryReport. gen(ResolutionCacheManager cache, java.lang.String organisation, java.lang.String module, java.lang.String style, java.lang.String ext)
private void
IvyRepositoryReport. gendot(ResolutionCacheManager cache, java.lang.String organisation, java.lang.String module)
private void
IvyRepositoryReport. gengraph(ResolutionCacheManager cache, java.lang.String organisation, java.lang.String module)
private void
IvyRepositoryReport. genreport(ResolutionCacheManager cache, java.lang.String organisation, java.lang.String module)
-
Uses of ResolutionCacheManager in org.apache.ivy.core.cache
Classes in org.apache.ivy.core.cache that implement ResolutionCacheManager Modifier and Type Class Description class
DefaultResolutionCacheManager
Methods in org.apache.ivy.core.cache that return ResolutionCacheManager Modifier and Type Method Description ResolutionCacheManager
DefaultResolutionCacheManager.CacheParserSettings. getResolutionCacheManager()
-
Uses of ResolutionCacheManager in org.apache.ivy.core.deliver
Methods in org.apache.ivy.core.deliver that return ResolutionCacheManager Modifier and Type Method Description private ResolutionCacheManager
DeliverEngine. getCache()
-
Uses of ResolutionCacheManager in org.apache.ivy.core.report
Methods in org.apache.ivy.core.report with parameters of type ResolutionCacheManager Modifier and Type Method Description void
ResolveReport. output(ReportOutputter[] outputters, ResolutionCacheManager cacheMgr, ResolveOptions options)
-
Uses of ResolutionCacheManager in org.apache.ivy.core.resolve
Methods in org.apache.ivy.core.resolve with parameters of type ResolutionCacheManager Modifier and Type Method Description void
ResolveEngine. outputReport(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options)
-
Uses of ResolutionCacheManager in org.apache.ivy.core.retrieve
Methods in org.apache.ivy.core.retrieve that return ResolutionCacheManager Modifier and Type Method Description private ResolutionCacheManager
RetrieveEngine. getCache()
-
Uses of ResolutionCacheManager in org.apache.ivy.core.settings
Fields in org.apache.ivy.core.settings declared as ResolutionCacheManager Modifier and Type Field Description private ResolutionCacheManager
IvySettings. resolutionCacheManager
Methods in org.apache.ivy.core.settings that return ResolutionCacheManager Modifier and Type Method Description ResolutionCacheManager
IvySettings. getResolutionCacheManager()
Methods in org.apache.ivy.core.settings with parameters of type ResolutionCacheManager Modifier and Type Method Description void
IvySettings. setResolutionCacheManager(ResolutionCacheManager resolutionCacheManager)
-
Uses of ResolutionCacheManager in org.apache.ivy.plugins.parser
Methods in org.apache.ivy.plugins.parser that return ResolutionCacheManager Modifier and Type Method Description ResolutionCacheManager
ParserSettings. getResolutionCacheManager()
-
Uses of ResolutionCacheManager in org.apache.ivy.plugins.report
Methods in org.apache.ivy.plugins.report with parameters of type ResolutionCacheManager Modifier and Type Method Description void
LogReportOutputter. output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options)
void
ReportOutputter. output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options)
void
XmlReportOutputter. output(ConfigurationResolveReport report, java.lang.String resolveId, java.lang.String[] confs, ResolutionCacheManager cacheMgr)
void
XmlReportOutputter. output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options)
-
Uses of ResolutionCacheManager in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver that return ResolutionCacheManager Modifier and Type Method Description ResolutionCacheManager
AbstractResolver.ResolverParserSettings. getResolutionCacheManager()
-