Uses of Class
org.apache.maven.api.model.Extension
Packages that use Extension
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of Extension in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return ExtensionModifier and TypeMethodDescriptionExtension.Builder.build()
static Extension
Extension.newInstance()
Creates a newExtension
instance.static Extension
Extension.newInstance
(boolean withDefaults) Creates a newExtension
instance using default values or not.Extension.withArtifactId
(String artifactId) Creates a newExtension
instance using the specified artifactId.Extension.withGroupId
(String groupId) Creates a newExtension
instance using the specified groupId.Extension.withVersion
(String version) Creates a newExtension
instance using the specified version.Methods in org.apache.maven.api.model that return types with arguments of type ExtensionModifier and TypeMethodDescriptionBuild.getExtensions()
A set of build extensions to use from this project.Methods in org.apache.maven.api.model with parameters of type ExtensionModifier and TypeMethodDescriptionstatic Extension.Builder
Extension.newBuilder
(Extension from) Creates a newExtension
builder instance using the specified object as a basis.static Extension.Builder
Extension.newBuilder
(Extension from, boolean forceCopy) Creates a newExtension
builder instance using the specified object as a basis.Method parameters in org.apache.maven.api.model with type arguments of type ExtensionModifier and TypeMethodDescriptionBuild.Builder.extensions
(Collection<Extension> extensions) Build.withExtensions
(Collection<Extension> extensions) Creates a newBuild
instance using the specified extensions. -
Uses of Extension in org.apache.maven.model
Methods in org.apache.maven.model that return ExtensionMethods in org.apache.maven.model that return types with arguments of type ExtensionMethod parameters in org.apache.maven.model with type arguments of type ExtensionConstructors in org.apache.maven.model with parameters of type Extension -
Uses of Extension in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge that return types with arguments of type ExtensionModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<Extension>
MavenModelMerger.getExtensionKey()
-
Uses of Extension in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return ExtensionModifier and TypeMethodDescriptionprotected Extension
MavenMerger.mergeExtension
(Extension target, Extension source, boolean sourceDominant, Map<Object, Object> context) protected Extension
MavenTransformer.transformExtension
(Extension target) Methods in org.apache.maven.model.v4 that return types with arguments of type ExtensionModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<Extension>
MavenMerger.getExtensionKey()
Methods in org.apache.maven.model.v4 with parameters of type ExtensionModifier and TypeMethodDescriptionprotected void
MavenMerger.mergeExtension
(Extension.Builder builder, Extension target, Extension source, boolean sourceDominant, Map<Object, Object> context) protected Extension
MavenMerger.mergeExtension
(Extension target, Extension source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeExtension_ArtifactId
(Extension.Builder builder, Extension target, Extension source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeExtension_GroupId
(Extension.Builder builder, Extension target, Extension source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeExtension_Version
(Extension.Builder builder, Extension target, Extension source, boolean sourceDominant, Map<Object, Object> context) protected Extension
MavenTransformer.transformExtension
(Extension target) protected void
MavenTransformer.transformExtension_ArtifactId
(Extension.Builder builder, Extension target) protected void
MavenTransformer.transformExtension_GroupId
(Extension.Builder builder, Extension target) protected void
MavenTransformer.transformExtension_Version
(Extension.Builder builder, Extension target)