Uses of Interface
org.apache.ivy.core.cache.ModuleDescriptorProvider
-
Packages that use ModuleDescriptorProvider Package Description org.apache.ivy.core.cache -
-
Uses of ModuleDescriptorProvider in org.apache.ivy.core.cache
Classes in org.apache.ivy.core.cache that implement ModuleDescriptorProvider Modifier and Type Class Description private class
DefaultRepositoryCacheManager.MyModuleDescriptorProvider
Methods in org.apache.ivy.core.cache with parameters of type ModuleDescriptorProvider Modifier and Type Method Description ModuleDescriptor
ModuleDescriptorMemoryCache. get(java.io.File ivyFile, ParserSettings ivySettings, boolean validated, ModuleDescriptorProvider mdProvider)
ModuleDescriptor
ModuleDescriptorMemoryCache. getStale(java.io.File ivyFile, ParserSettings ivySettings, boolean validated, ModuleDescriptorProvider mdProvider)
Get the module descriptor from the mdProvider and store it into the cache.
-