Uses of Interface
org.apache.maven.model.building.ModelCache
Packages that use ModelCache
Package
Description
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of ModelCache in org.apache.maven.model.building
Fields in org.apache.maven.model.building declared as ModelCacheModifier and TypeFieldDescriptionprivate ModelCache
DefaultModelBuildingRequest.modelCache
Deprecated.Methods in org.apache.maven.model.building that return ModelCacheModifier and TypeMethodDescriptionDefaultModelBuildingRequest.getModelCache()
Deprecated.FilterModelBuildingRequest.getModelCache()
Deprecated.ModelBuildingRequest.getModelCache()
Deprecated.Gets the model cache to use for reuse of previously built models.Methods in org.apache.maven.model.building with parameters of type ModelCacheModifier and TypeMethodDescriptionprivate static <T> T
DefaultModelBuilder.cache
(ModelCache cache, String groupId, String artifactId, String version, ModelCacheTag<T> tag, Callable<T> supplier) Deprecated.private static <T> T
DefaultModelBuilder.cache
(ModelCache cache, Source source, ModelCacheTag<T> tag, Callable<T> supplier) Deprecated.DefaultModelBuildingRequest.setModelCache
(ModelCache modelCache) Deprecated.FilterModelBuildingRequest.setModelCache
(ModelCache modelCache) Deprecated.ModelBuildingRequest.setModelCache
(ModelCache modelCache) Deprecated.Sets the model cache to use for reuse of previously built models. -
Uses of ModelCache in org.apache.maven.repository.internal
Classes in org.apache.maven.repository.internal that implement ModelCacheMethods in org.apache.maven.repository.internal that return ModelCacheModifier and TypeMethodDescriptionDefaultModelCacheFactory.createCache
(org.eclipse.aether.RepositorySystemSession session) Deprecated.ModelCacheFactory.createCache
(org.eclipse.aether.RepositorySystemSession session) Deprecated.static ModelCache
DefaultModelCache.newInstance
(org.eclipse.aether.RepositorySystemSession session) Deprecated.
maven-api-impl
jar instead