|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dependency | |
|---|---|
| org.sonar.api.batch.sensor | |
| org.sonar.api.batch.sensor.dependency | |
| org.sonar.api.batch.sensor.dependency.internal | |
| Uses of Dependency in org.sonar.api.batch.sensor |
|---|
| Methods in org.sonar.api.batch.sensor that return Dependency | |
|---|---|
Dependency |
SensorContext.newDependency()
Create a new dependency. |
| Methods in org.sonar.api.batch.sensor with parameters of type Dependency | |
|---|---|
void |
SensorStorage.store(Dependency dependency)
|
| Uses of Dependency in org.sonar.api.batch.sensor.dependency |
|---|
| Methods in org.sonar.api.batch.sensor.dependency that return Dependency | |
|---|---|
Dependency |
Dependency.from(InputFile from)
|
Dependency |
Dependency.to(InputFile to)
|
Dependency |
Dependency.weight(int weight)
Set the weight of the dependency. |
| Uses of Dependency in org.sonar.api.batch.sensor.dependency.internal |
|---|
| Classes in org.sonar.api.batch.sensor.dependency.internal that implement Dependency | |
|---|---|
class |
DefaultDependency
|
| Methods in org.sonar.api.batch.sensor.dependency.internal that return Dependency | |
|---|---|
Dependency |
DefaultDependency.from(InputFile from)
|
Dependency |
DefaultDependency.to(InputFile to)
|
Dependency |
DefaultDependency.weight(int weight)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||