Uses of Interface
org.sonar.api.batch.fs.InputPath

Packages that use InputPath
org.sonar.api.batch   
org.sonar.api.batch.fs   
org.sonar.api.batch.fs.internal   
org.sonar.api.batch.sensor.issue   
org.sonar.api.batch.sensor.issue.internal   
org.sonar.api.component   
 

Uses of InputPath in org.sonar.api.batch
 

Methods in org.sonar.api.batch with parameters of type InputPath
 Resource SensorContext.getResource(InputPath inputPath)
          Allow to get Resource corresponding to provided InputPath.
 

Uses of InputPath in org.sonar.api.batch.fs
 

Subinterfaces of InputPath in org.sonar.api.batch.fs
 interface InputDir
          Layer over File for directories.
 interface InputFile
          This layer over File adds information for code analyzers.
 

Uses of InputPath in org.sonar.api.batch.fs.internal
 

Classes in org.sonar.api.batch.fs.internal that implement InputPath
 class DefaultInputDir
           
 class DefaultInputFile
           
 class DeprecatedDefaultInputFile
           
 

Uses of InputPath in org.sonar.api.batch.sensor.issue
 

Methods in org.sonar.api.batch.sensor.issue that return InputPath
 InputPath Issue.inputPath()
          The InputPath this issue belongs to.
 

Uses of InputPath in org.sonar.api.batch.sensor.issue.internal
 

Methods in org.sonar.api.batch.sensor.issue.internal that return InputPath
 InputPath DefaultIssue.inputPath()
           
 

Uses of InputPath in org.sonar.api.component
 

Methods in org.sonar.api.component with parameters of type InputPath
<P extends Perspective>
P
ResourcePerspectives.as(Class<P> perspectiveClass, InputPath inputPath)
          Allow to create perspective from InputPath.
 



Copyright © 2009–2015 SonarSource. All rights reserved.