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 voidIvyRepositoryReport.gen(ResolutionCacheManager cache, String organisation, String module, String style, String ext) private voidIvyRepositoryReport.gendot(ResolutionCacheManager cache, String organisation, String module) private voidIvyRepositoryReport.gengraph(ResolutionCacheManager cache, String organisation, String module) private voidIvyRepositoryReport.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 TypeMethodDescriptionvoidResolveReport.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 TypeMethodDescriptionvoidResolveEngine.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 ResolutionCacheManagerIvySettings.resolutionCacheManagerMethods in org.apache.ivy.core.settings that return ResolutionCacheManagerMethods in org.apache.ivy.core.settings with parameters of type ResolutionCacheManagerModifier and TypeMethodDescriptionvoidIvySettings.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 TypeMethodDescriptionvoidLogReportOutputter.output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) voidReportOutputter.output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) voidXmlReportOutputter.output(ConfigurationResolveReport report, String resolveId, String[] confs, ResolutionCacheManager cacheMgr) voidXmlReportOutputter.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()