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.BuilderResolution.newBuilder()Creates a newResolutionbuilder instance.static Resolution.BuilderResolution.newBuilder(boolean withDefaults) Creates a newResolutionbuilder instance using default values or not.static Resolution.BuilderResolution.newBuilder(Resolution from) Creates a newResolutionbuilder instance using the specified object as a basis.static Resolution.BuilderResolution.newBuilder(Resolution from, boolean forceCopy) Creates a newResolutionbuilder 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.BuilderModifierConstructorDescriptionprotectedResolution(Resolution.Builder builder) Constructor for this class, to be called from its subclasses andResolution.Builder.