Uses of Interface
org.apache.maven.model.building.ModelCacheTag
Packages that use ModelCacheTag
-
Uses of ModelCacheTag in org.apache.maven.model.building
Fields in org.apache.maven.model.building declared as ModelCacheTagModifier and TypeFieldDescriptionstatic final ModelCacheTag<DependencyManagement>
ModelCacheTag.IMPORT
The tag used to denote an effective dependency management section from an imported model.static final ModelCacheTag<ModelData>
ModelCacheTag.RAW
The tag used to denote raw model data.Methods in org.apache.maven.model.building with parameters of type ModelCacheTagModifier and TypeMethodDescriptionprivate <T> T
DefaultModelBuilder.getCache
(ModelCache modelCache, String groupId, String artifactId, String version, ModelCacheTag<T> tag) private <T> void
DefaultModelBuilder.putCache
(ModelCache modelCache, String groupId, String artifactId, String version, ModelCacheTag<T> tag, T data)