|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dependency | |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
Uses of Dependency in org.apache.maven.model |
---|
Methods in org.apache.maven.model that return types with arguments of type Dependency | |
---|---|
List<Dependency> |
DependencyManagement.getDependencies()
Method getDependencies. |
List<Dependency> |
ModelBase.getDependencies()
Method getDependencies. |
List<Dependency> |
Plugin.getDependencies()
Method getDependencies. |
Methods in org.apache.maven.model with parameters of type Dependency | |
---|---|
void |
DependencyManagement.addDependency(Dependency dependency)
Method addDependency. |
void |
ModelBase.addDependency(Dependency dependency)
Method addDependency. |
void |
Plugin.addDependency(Dependency dependency)
Method addDependency. |
void |
DependencyManagement.removeDependency(Dependency dependency)
Method removeDependency. |
void |
ModelBase.removeDependency(Dependency dependency)
Method removeDependency. |
void |
Plugin.removeDependency(Dependency dependency)
Method removeDependency. |
Method parameters in org.apache.maven.model with type arguments of type Dependency | |
---|---|
void |
DependencyManagement.setDependencies(List<Dependency> dependencies)
Set the dependencies specified here are not used until they are referenced in a POM within the group. |
void |
ModelBase.setDependencies(List<Dependency> dependencies)
Set this element describes all of the dependencies associated with a project. |
void |
Plugin.setDependencies(List<Dependency> dependencies)
Set additional dependencies that this project needs to introduce to the plugin's classloader. |
Uses of Dependency in org.apache.maven.project |
---|
Methods in org.apache.maven.project that return Dependency | |
---|---|
static Dependency |
ModelUtils.cloneDependency(Dependency src)
|
Methods in org.apache.maven.project with parameters of type Dependency | |
---|---|
static Dependency |
ModelUtils.cloneDependency(Dependency src)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |