@Generated public class DependencyManagement extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
DependencyManagement() |
DependencyManagement(DependencyManagement delegate) |
DependencyManagement(DependencyManagement delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
void |
addDependency(Dependency dependency) |
DependencyManagement |
clone() |
static List<DependencyManagement> |
dependencyManagementToApiV3(List<DependencyManagement> list) |
static List<DependencyManagement> |
dependencyManagementToApiV4(List<DependencyManagement> list) |
DependencyManagement |
getDelegate() |
List<Dependency> |
getDependencies() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
void |
removeDependency(Dependency dependency) |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setDependencies(List<Dependency> dependencies) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
update
public DependencyManagement()
public DependencyManagement(DependencyManagement delegate)
public DependencyManagement(DependencyManagement delegate, BaseObject parent)
public DependencyManagement clone()
public DependencyManagement getDelegate()
getDelegate
in class BaseObject
@Nonnull public List<Dependency> getDependencies()
public void setDependencies(List<Dependency> dependencies)
public void addDependency(Dependency dependency)
public void removeDependency(Dependency dependency)
public InputLocation getLocation(Object key)
InputLocationTracker
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
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 BaseObject
public static List<DependencyManagement> dependencyManagementToApiV4(List<DependencyManagement> list)
public static List<DependencyManagement> dependencyManagementToApiV3(List<DependencyManagement> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.