Modifier and Type | Method and Description |
---|---|
PluginManagement.Builder |
PluginManagement.Builder.location(Object key,
InputLocation location) |
static PluginManagement.Builder |
PluginManagement.newBuilder()
Creates a new
PluginManagement builder instance. |
static PluginManagement.Builder |
PluginManagement.newBuilder(boolean withDefaults)
Creates a new
PluginManagement builder instance using default values or not. |
static PluginManagement.Builder |
PluginManagement.newBuilder(PluginManagement from)
Creates a new
PluginManagement builder instance using the specified object as a basis. |
static PluginManagement.Builder |
PluginManagement.newBuilder(PluginManagement from,
boolean forceCopy)
Creates a new
PluginManagement builder instance using the specified object as a basis. |
PluginManagement.Builder |
PluginManagement.Builder.plugins(Collection<Plugin> plugins) |
PluginManagement.Builder |
PluginManagement.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.