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.IMPORTThe tag used to denote an effective dependency management section from an imported model.static final ModelCacheTag<ModelData> ModelCacheTag.RAWThe tag used to denote raw model data.Methods in org.apache.maven.model.building with parameters of type ModelCacheTagModifier and TypeMethodDescriptionprivate <T> TDefaultModelBuilder.getCache(ModelCache modelCache, String groupId, String artifactId, String version, ModelCacheTag<T> tag) private <T> voidDefaultModelBuilder.putCache(ModelCache modelCache, String groupId, String artifactId, String version, ModelCacheTag<T> tag, T data)