org.sonar.api.batch.sensor.dependency
Interface Dependency

All Known Implementing Classes:
DefaultDependency

@Beta
public interface Dependency

Since:
5.0

Method Summary
 InputFile from()
           
 Dependency from(InputFile from)
           
 void save()
          Save the dependency.
 InputFile to()
           
 Dependency to(InputFile to)
           
 int weight()
          Default weight value is 1.
 Dependency weight(int weight)
          Set the weight of the dependency.
 

Method Detail

from

InputFile from()

from

Dependency from(InputFile from)

to

InputFile to()

to

Dependency to(InputFile to)

weight

int weight()
Default weight value is 1.


weight

Dependency weight(int weight)
Set the weight of the dependency.


save

void save()
Save the dependency.



Copyright © 2009–2015 SonarSource. All rights reserved.