@Generated public class PluginManagement extends PluginContainer implements Serializable, Cloneable
BaseObject.ChildrenTrackingchildrenTracking, 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, setPluginsupdatepublic PluginManagement()
public PluginManagement(PluginManagement delegate)
public PluginManagement(PluginManagement delegate, BaseObject parent)
public PluginManagement clone()
clone in class PluginContainerpublic PluginManagement getDelegate()
getDelegate in class PluginContainerpublic InputLocation getLocation(Object key)
InputLocationTrackergetLocation in interface InputLocationTrackergetLocation in class PluginContainerkey - The key of the field, must not be
null.null if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackersetLocation in class PluginContainerkey - 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 PluginContainerpublic 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.