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.FILEDeprecated.The tag used for the file model without profile activationstatic final ModelCacheTag<DependencyManagement> ModelCacheTag.IMPORTDeprecated.The tag used to denote an effective dependency management section from an imported model.static final ModelCacheTag<ModelData> ModelCacheTag.RAWDeprecated.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> TDefaultModelBuilder.cache(ModelCache cache, String groupId, String artifactId, String version, ModelCacheTag<T> tag, Callable<T> supplier) Deprecated.private static <T> TDefaultModelBuilder.cache(ModelCache cache, Source source, ModelCacheTag<T> tag, Callable<T> supplier) Deprecated.