|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.model.DependencyManagement
public class DependencyManagement
Section for management of default dependency information for use in a group of POMs.
Constructor Summary | |
---|---|
DependencyManagement()
|
Method Summary | |
---|---|
void |
addDependency(Dependency dependency)
Method addDependency. |
DependencyManagement |
clone()
Method clone. |
List<Dependency> |
getDependencies()
Method getDependencies. |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input source. |
void |
removeDependency(Dependency dependency)
Method removeDependency. |
void |
setDependencies(List<Dependency> dependencies)
Set the dependencies specified here are not used until they are referenced in a POM within the group. |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DependencyManagement()
Method Detail |
---|
public void addDependency(Dependency dependency)
dependency
- public DependencyManagement clone()
clone
in class Object
public List<Dependency> getDependencies()
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
key
-
public void removeDependency(Dependency dependency)
dependency
- public void setDependencies(List<Dependency> dependencies)
dependencies
- public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
key
- location
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |