public class DependencyManagement extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
DependencyManagement()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDependency(Dependency
Method addDependency.
|
DependencyManagement |
clone()
Method clone.
|
List |
getDependencies()
Method getDependencies.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
void |
removeDependency(Dependency
Method removeDependency.
|
void |
setDependencies(List
Set the dependencies specified here are not used until they are referenced in a POM within the group.
|
void |
setLocation(Object
Sets the location of the specified field.
|
public void addDependency(Dependencydependency)
dependency -
public DependencyManagementclone()
public List<Dependency > getDependencies()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public void removeDependency(Dependencydependency)
dependency -
public void setDependencies(List<Dependency > dependencies)
dependencies -
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -