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 ResolutionCacheManagerIvy. 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 voidIvyRepositoryReport. gen(ResolutionCacheManager cache, java.lang.String organisation, java.lang.String module, java.lang.String style, java.lang.String ext)private voidIvyRepositoryReport. gendot(ResolutionCacheManager cache, java.lang.String organisation, java.lang.String module)private voidIvyRepositoryReport. gengraph(ResolutionCacheManager cache, java.lang.String organisation, java.lang.String module)private voidIvyRepositoryReport. 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 classDefaultResolutionCacheManagerMethods in org.apache.ivy.core.cache that return ResolutionCacheManager Modifier and Type Method Description ResolutionCacheManagerDefaultResolutionCacheManager.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 ResolutionCacheManagerDeliverEngine. 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 voidResolveReport. 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 voidResolveEngine. 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 ResolutionCacheManagerRetrieveEngine. 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 ResolutionCacheManagerIvySettings. resolutionCacheManagerMethods in org.apache.ivy.core.settings that return ResolutionCacheManager Modifier and Type Method Description ResolutionCacheManagerIvySettings. getResolutionCacheManager()Methods in org.apache.ivy.core.settings with parameters of type ResolutionCacheManager Modifier and Type Method Description voidIvySettings. 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 ResolutionCacheManagerParserSettings. 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 voidLogReportOutputter. output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options)voidReportOutputter. output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options)voidXmlReportOutputter. output(ConfigurationResolveReport report, java.lang.String resolveId, java.lang.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 ResolutionCacheManager Modifier and Type Method Description ResolutionCacheManagerAbstractResolver.ResolverParserSettings. getResolutionCacheManager()
-