Uses of Class
org.apache.maven.api.plugin.descriptor.Resolution.Builder
Packages that use Resolution.Builder
-
Uses of Resolution.Builder in org.apache.maven.api.plugin.descriptor
Methods in org.apache.maven.api.plugin.descriptor that return Resolution.BuilderModifier 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.Constructors in org.apache.maven.api.plugin.descriptor with parameters of type Resolution.BuilderModifierConstructorDescriptionprotected
Resolution
(Resolution.Builder builder) Constructor for this class, to be called from its subclasses andResolution.Builder
.