java.io.Serializable, java.lang.Cloneable, InputLocationTrackerpublic class DependencyManagement extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable, InputLocationTracker
| Constructor | Description |
|---|---|
DependencyManagement() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addDependency(Dependency dependency) |
Method addDependency.
|
DependencyManagement |
clone() |
Method clone.
|
java.util.List<Dependency> |
getDependencies() |
Method getDependencies.
|
InputLocation |
getLocation(java.lang.Object key) |
Gets the location of the specified field in the input
source.
|
void |
removeDependency(Dependency dependency) |
Method removeDependency.
|
void |
setDependencies(java.util.List<Dependency> dependencies) |
Set the dependencies specified here are not used until they
are referenced in a
POM within the group.
|
void |
setLocation(java.lang.Object key,
InputLocation location) |
Sets the location of the specified field.
|
public void addDependency(Dependency dependency)
dependency - public DependencyManagement clone()
clone in class java.lang.Objectpublic java.util.List<Dependency> getDependencies()
public InputLocation getLocation(java.lang.Object key)
InputLocationTrackergetLocation in interface InputLocationTrackerkey - public void removeDependency(Dependency dependency)
dependency - public void setDependencies(java.util.List<Dependency> dependencies)
dependencies - public void setLocation(java.lang.Object key,
InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackerkey - location -