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 classDefaultRepositoryCacheManager.MyModuleDescriptorProviderMethods in org.apache.ivy.core.cache with parameters of type ModuleDescriptorProvider Modifier and Type Method Description ModuleDescriptorModuleDescriptorMemoryCache. get(java.io.File ivyFile, ParserSettings ivySettings, boolean validated, ModuleDescriptorProvider mdProvider)ModuleDescriptorModuleDescriptorMemoryCache. getStale(java.io.File ivyFile, ParserSettings ivySettings, boolean validated, ModuleDescriptorProvider mdProvider)Get the module descriptor from the mdProvider and store it into the cache.
-