@Generated public class PluginManagement extends PluginContainer implements Serializable, Cloneable
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
PluginManagement() |
PluginManagement(PluginManagement delegate) |
PluginManagement(PluginManagement delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
PluginManagement |
clone() |
PluginManagement |
getDelegate() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
static List<PluginManagement> |
pluginManagementToApiV3(List<PluginManagement> list) |
static List<PluginManagement> |
pluginManagementToApiV4(List<PluginManagement> list) |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
addPlugin, flushPluginMap, getPlugins, getPluginsAsMap, pluginContainerToApiV3, pluginContainerToApiV4, removePlugin, setPlugins
update
public PluginManagement()
public PluginManagement(PluginManagement delegate)
public PluginManagement(PluginManagement delegate, BaseObject parent)
public PluginManagement clone()
clone
in class PluginContainer
public PluginManagement getDelegate()
getDelegate
in class PluginContainer
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
getLocation
in class PluginContainer
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
setLocation
in class PluginContainer
key
- The key of the field, must not be
null
.location
- The location of the field, may be
null
.protected boolean replace(Object oldDelegate, Object newDelegate)
replace
in class PluginContainer
public static List<PluginManagement> pluginManagementToApiV4(List<PluginManagement> list)
public static List<PluginManagement> pluginManagementToApiV3(List<PluginManagement> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.