Uses of Class
org.apache.maven.api.plugin.descriptor.Dependency.Builder
-
Uses of Dependency.Builder in org.apache.maven.api.plugin.descriptor
Modifier and TypeMethodDescriptionDependency.Builder.artifactId
(String artifactId) static Dependency.Builder
Dependency.newBuilder()
Creates a newDependency
builder instance.static Dependency.Builder
Dependency.newBuilder
(boolean withDefaults) Creates a newDependency
builder instance using default values or not.static Dependency.Builder
Dependency.newBuilder
(Dependency from) Creates a newDependency
builder instance using the specified object as a basis.static Dependency.Builder
Dependency.newBuilder
(Dependency from, boolean forceCopy) Creates a newDependency
builder instance using the specified object as a basis.Dependency.with()
Creates a new builder with this object as the basis.