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

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

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()
           
 



Copyright © 2009–2014 SonarSource. All rights reserved.