|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dependency | |
|---|---|
| org.sonar.api.batch | |
| org.sonar.api.design | |
| Uses of Dependency in org.sonar.api.batch |
|---|
| Methods in org.sonar.api.batch that return Dependency | |
|---|---|
abstract Dependency |
SonarIndex.addDependency(Dependency dependency)
Deprecated. |
Dependency |
SensorContext.saveDependency(Dependency dependency)
Build a new dependency : from depends upon to. |
Dependency |
DecoratorContext.saveDependency(Dependency dependency)
|
| Methods in org.sonar.api.batch that return types with arguments of type Dependency | |
|---|---|
abstract Set<Dependency> |
SonarIndex.getDependencies()
Deprecated. |
Set<Dependency> |
SensorContext.getDependencies()
|
Set<Dependency> |
DecoratorContext.getDependencies()
|
Collection<Dependency> |
DecoratorContext.getIncomingDependencies()
|
Collection<Dependency> |
SonarIndex.getIncomingDependencies(Resource to)
Deprecated. |
Collection<Dependency> |
SensorContext.getIncomingDependencies(Resource to)
|
Collection<Dependency> |
DecoratorContext.getOutgoingDependencies()
|
Collection<Dependency> |
SonarIndex.getOutgoingDependencies(Resource from)
Deprecated. |
Collection<Dependency> |
SensorContext.getOutgoingDependencies(Resource from)
|
| Methods in org.sonar.api.batch with parameters of type Dependency | |
|---|---|
abstract Dependency |
SonarIndex.addDependency(Dependency dependency)
Deprecated. |
Dependency |
SensorContext.saveDependency(Dependency dependency)
Build a new dependency : from depends upon to. |
Dependency |
DecoratorContext.saveDependency(Dependency dependency)
|
| Uses of Dependency in org.sonar.api.design |
|---|
| Methods in org.sonar.api.design that return Dependency | |
|---|---|
Dependency |
Dependency.getParent()
|
Dependency |
Dependency.setId(Long id)
Internal use only. |
Dependency |
Dependency.setParent(Dependency parent)
|
Dependency |
Dependency.setUsage(String usage)
|
Dependency |
Dependency.setWeight(int weight)
|
| Methods in org.sonar.api.design with parameters of type Dependency | |
|---|---|
Dependency |
Dependency.setParent(Dependency parent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||