Uses of Class
org.apache.maven.api.plugin.descriptor.AfterLink
Packages that use AfterLink
Package
Description
Provides classes for Maven plugin descriptors that define plugin metadata, configuration,
and execution parameters.
-
Uses of AfterLink in org.apache.maven.api.plugin.descriptor
Methods in org.apache.maven.api.plugin.descriptor that return AfterLinkModifier and TypeMethodDescriptionAfterLink.Builder.build()static AfterLinkAfterLink.newInstance()Creates a newAfterLinkinstance.static AfterLinkAfterLink.newInstance(boolean withDefaults) Creates a newAfterLinkinstance using default values or not.Creates a newAfterLinkinstance using the specified phase.Creates a newAfterLinkinstance using the specified scope.Creates a newAfterLinkinstance using the specified type.Methods in org.apache.maven.api.plugin.descriptor that return types with arguments of type AfterLinkModifier and TypeMethodDescriptionMojoDescriptor.getAfterLinks()Lifecycle ordering constraints declared by@Afterannotations on the Mojo class.Methods in org.apache.maven.api.plugin.descriptor with parameters of type AfterLinkModifier and TypeMethodDescriptionstatic AfterLink.BuilderAfterLink.newBuilder(AfterLink from) Creates a newAfterLinkbuilder instance using the specified object as a basis.static AfterLink.BuilderAfterLink.newBuilder(AfterLink from, boolean forceCopy) Creates a newAfterLinkbuilder instance using the specified object as a basis.Method parameters in org.apache.maven.api.plugin.descriptor with type arguments of type AfterLinkModifier and TypeMethodDescriptionMojoDescriptor.Builder.afterLinks(Collection<AfterLink> afterLinks) MojoDescriptor.withAfterLinks(Collection<AfterLink> afterLinks) Creates a newMojoDescriptorinstance using the specified afterLinks.Constructors in org.apache.maven.api.plugin.descriptor with parameters of type AfterLink