Uses of Interface
org.apache.ivy.core.cache.ResolutionCacheManager
Packages that use ResolutionCacheManager
Package
Description
-
Uses of ResolutionCacheManager in org.apache.ivy
Methods in org.apache.ivy that return ResolutionCacheManager -
Uses of ResolutionCacheManager in org.apache.ivy.ant
Methods in org.apache.ivy.ant with parameters of type ResolutionCacheManagerModifier and TypeMethodDescriptionprivate void
IvyRepositoryReport.gen
(ResolutionCacheManager cache, String organisation, String module, String style, String ext) private void
IvyRepositoryReport.gendot
(ResolutionCacheManager cache, String organisation, String module) private void
IvyRepositoryReport.gengraph
(ResolutionCacheManager cache, String organisation, String module) private void
IvyRepositoryReport.genreport
(ResolutionCacheManager cache, String organisation, String module) -
Uses of ResolutionCacheManager in org.apache.ivy.core.cache
Classes in org.apache.ivy.core.cache that implement ResolutionCacheManagerMethods in org.apache.ivy.core.cache that return ResolutionCacheManagerModifier and TypeMethodDescriptionDefaultResolutionCacheManager.CacheParserSettings.getResolutionCacheManager()
-
Uses of ResolutionCacheManager in org.apache.ivy.core.deliver
Methods in org.apache.ivy.core.deliver that return ResolutionCacheManager -
Uses of ResolutionCacheManager in org.apache.ivy.core.report
Methods in org.apache.ivy.core.report with parameters of type ResolutionCacheManagerModifier and TypeMethodDescriptionvoid
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 ResolutionCacheManagerModifier and TypeMethodDescriptionvoid
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 -
Uses of ResolutionCacheManager in org.apache.ivy.core.settings
Fields in org.apache.ivy.core.settings declared as ResolutionCacheManagerModifier and TypeFieldDescriptionprivate ResolutionCacheManager
IvySettings.resolutionCacheManager
Methods in org.apache.ivy.core.settings that return ResolutionCacheManagerMethods in org.apache.ivy.core.settings with parameters of type ResolutionCacheManagerModifier and TypeMethodDescriptionvoid
IvySettings.setResolutionCacheManager
(ResolutionCacheManager resolutionCacheManager) -
Uses of ResolutionCacheManager in org.apache.ivy.plugins.parser
Methods in org.apache.ivy.plugins.parser that return ResolutionCacheManager -
Uses of ResolutionCacheManager in org.apache.ivy.plugins.report
Methods in org.apache.ivy.plugins.report with parameters of type ResolutionCacheManagerModifier and TypeMethodDescriptionvoid
LogReportOutputter.output
(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) void
ReportOutputter.output
(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) void
XmlReportOutputter.output
(ConfigurationResolveReport report, String resolveId, 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 ResolutionCacheManagerModifier and TypeMethodDescriptionAbstractResolver.ResolverParserSettings.getResolutionCacheManager()