Uses of Class
org.apache.maven.api.plugin.descriptor.Resolution.Builder
-
Uses of Resolution.Builder in org.apache.maven.api.plugin.descriptor
Modifier and TypeMethodDescriptionstatic Resolution.Builder
Resolution.newBuilder()
Creates a newResolution
builder instance.static Resolution.Builder
Resolution.newBuilder
(boolean withDefaults) Creates a newResolution
builder instance using default values or not.static 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.Resolution.Builder.requestType
(String requestType) Resolution.with()
Creates a new builder with this object as the basis.ModifierConstructorDescriptionprotected
Resolution
(Resolution.Builder builder) Constructor for this class, to be called from its subclasses andResolution.Builder
.