| Package | Description |
|---|---|
| org.sonar.maven.model.maven2 |
| Modifier and Type | Field and Description |
|---|---|
protected List<Dependency> |
Profile.Dependencies.dependencies |
protected List<Dependency> |
Plugin.Dependencies.dependencies |
protected List<Dependency> |
MavenProject.Dependencies.dependencies |
protected List<Dependency> |
DependencyManagement.Dependencies.dependencies |
| Modifier and Type | Method and Description |
|---|---|
Dependency |
ObjectFactory.createDependency()
Create an instance of
Dependency |
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
Profile.Dependencies.getDependencies()
Gets the value of the dependencies property.
|
List<Dependency> |
Plugin.Dependencies.getDependencies()
Gets the value of the dependencies property.
|
List<Dependency> |
MavenProject.Dependencies.getDependencies()
Gets the value of the dependencies property.
|
List<Dependency> |
DependencyManagement.Dependencies.getDependencies()
Gets the value of the dependencies property.
|
Copyright © 2012–2016 SonarSource. All rights reserved.