|
||||||||||
| 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.saveDependency(Dependency dependency)
|
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 java.util.Set<Dependency> |
SonarIndex.getDependencies()
|
java.util.Set<Dependency> |
SensorContext.getDependencies()
|
java.util.Set<Dependency> |
DecoratorContext.getDependencies()
|
java.util.Collection<Dependency> |
DecoratorContext.getIncomingDependencies()
|
java.util.Collection<Dependency> |
SonarIndex.getIncomingDependencies(Resource to)
|
java.util.Collection<Dependency> |
SensorContext.getIncomingDependencies(Resource to)
|
java.util.Collection<Dependency> |
DecoratorContext.getOutgoingDependencies()
|
java.util.Collection<Dependency> |
SonarIndex.getOutgoingDependencies(Resource from)
|
java.util.Collection<Dependency> |
SensorContext.getOutgoingDependencies(Resource from)
|
| Methods in org.sonar.api.batch with parameters of type Dependency | |
|---|---|
abstract Dependency |
SonarIndex.saveDependency(Dependency dependency)
|
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(java.lang.Long id)
Internal use only. |
Dependency |
Dependency.setParent(Dependency parent)
|
Dependency |
Dependency.setUsage(java.lang.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 | |||||||||