Uses of Class
org.apache.maven.api.model.PluginManagement.Builder
-
Uses of PluginManagement.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return PluginManagement.BuilderModifier and TypeMethodDescriptionPluginManagement.Builder.importedFrom
(InputLocation importedFrom) PluginManagement.Builder.location
(Object key, InputLocation location) static PluginManagement.Builder
PluginManagement.newBuilder()
Creates a newPluginManagement
builder instance.static PluginManagement.Builder
PluginManagement.newBuilder
(boolean withDefaults) Creates a newPluginManagement
builder instance using default values or not.static PluginManagement.Builder
PluginManagement.newBuilder
(PluginManagement from) Creates a newPluginManagement
builder instance using the specified object as a basis.static PluginManagement.Builder
PluginManagement.newBuilder
(PluginManagement from, boolean forceCopy) Creates a newPluginManagement
builder instance using the specified object as a basis.PluginManagement.Builder.plugins
(Collection<Plugin> plugins) PluginManagement.with()
Creates a new builder with this object as the basis.Constructors in org.apache.maven.api.model with parameters of type PluginManagement.BuilderModifierConstructorDescriptionprotected
PluginManagement
(PluginManagement.Builder builder) Constructor for this class, to be called from its subclasses andPluginManagement.Builder
.