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
<Model> ModelCacheTag.FILE
Deprecated.The tag used for the file model without profile activationstatic final ModelCacheTag
<DependencyManagement> ModelCacheTag.IMPORT
Deprecated.The tag used to denote an effective dependency management section from an imported model.static final ModelCacheTag
<ModelData> ModelCacheTag.RAW
Deprecated.The tag used for the raw model without profile activationMethods in org.apache.maven.model.building with parameters of type ModelCacheTagModifier 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.