Uses of Class
org.apache.maven.api.plugin.descriptor.Resolution
-
Uses of Resolution in org.apache.maven.api.plugin.descriptor
Modifier and TypeMethodDescriptionResolution.Builder.build()
static Resolution
Resolution.newInstance()
Creates a newResolution
instance.static Resolution
Resolution.newInstance
(boolean withDefaults) Creates a newResolution
instance using default values or not.Creates a newResolution
instance using the specified field.Resolution.withPathScope
(String pathScope) Creates a newResolution
instance using the specified pathScope.Resolution.withRequestType
(String requestType) Creates a newResolution
instance using the specified requestType.Modifier and TypeMethodDescriptionstatic Resolution.Builder
Resolution.newBuilder
(Resolution from) Creates a newResolution
builder instance using the specified object as a basis.static Resolution.Builder
Resolution.newBuilder
(Resolution from, boolean forceCopy) Creates a newResolution
builder instance using the specified object as a basis.Modifier and TypeMethodDescriptionMojoDescriptor.Builder.resolutions
(Collection<Resolution> resolutions) MojoDescriptor.withResolutions
(Collection<Resolution> resolutions) Creates a newMojoDescriptor
instance using the specified resolutions.