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

Packages that use InputFile
org.sonar.api.batch   
org.sonar.api.batch.fs   
org.sonar.api.batch.fs.internal   
org.sonar.api.batch.scm   
org.sonar.api.batch.sensor   
org.sonar.api.batch.sensor.dependency   
org.sonar.api.batch.sensor.dependency.internal   
org.sonar.api.batch.sensor.duplication   
org.sonar.api.batch.sensor.duplication.internal   
org.sonar.api.batch.sensor.issue   
org.sonar.api.batch.sensor.issue.internal   
org.sonar.api.batch.sensor.measure   
org.sonar.api.batch.sensor.measure.internal   
org.sonar.api.batch.sensor.test   
org.sonar.api.batch.sensor.test.internal   
org.sonar.api.issue   
org.sonar.api.measures   
org.sonar.xoo.checks   
org.sonar.xoo.scm   
 

Uses of InputFile in org.sonar.api.batch
 

Methods in org.sonar.api.batch with parameters of type InputFile
 Measure SensorContext.saveMeasure(InputFile inputFile, Measure measure)
          Save measure on InputFile
 Measure SensorContext.saveMeasure(InputFile inputFile, Metric metric, Double value)
          Save measure on InputFile
 

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

Methods in org.sonar.api.batch.fs that return InputFile
 InputFile FileSystem.inputFile(FilePredicate predicate)
          Returns the single element matching the predicate.
 

Methods in org.sonar.api.batch.fs that return types with arguments of type InputFile
 Iterable<InputFile> FileSystem.inputFiles(FilePredicate predicate)
          Input files matching the given attributes.
 

Methods in org.sonar.api.batch.fs with parameters of type InputFile
 boolean InputFileFilter.accept(InputFile f)
           
 boolean FilePredicate.apply(InputFile inputFile)
           
 

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

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

Methods in org.sonar.api.batch.fs.internal that return InputFile
 InputFile DefaultFileSystem.inputFile(FilePredicate predicate)
           
protected abstract  InputFile DefaultFileSystem.Cache.inputFile(RelativePathPredicate predicate)
           
 

Methods in org.sonar.api.batch.fs.internal that return types with arguments of type InputFile
static Collection<InputFile> DefaultFileSystem.filter(Iterable<InputFile> target, FilePredicate predicate)
           
protected abstract  Iterable<InputFile> DefaultFileSystem.Cache.inputFiles()
           
 Iterable<InputFile> DefaultFileSystem.inputFiles(FilePredicate predicate)
           
 

Methods in org.sonar.api.batch.fs.internal with parameters of type InputFile
 DefaultFileSystem DefaultFileSystem.add(InputFile inputFile)
          Adds InputFile to the list and registers its language, if present.
 boolean RelativePathPredicate.apply(InputFile f)
           
protected abstract  void DefaultFileSystem.Cache.doAdd(InputFile inputFile)
           
abstract  boolean PathPattern.match(InputFile inputFile)
           
abstract  boolean PathPattern.match(InputFile inputFile, boolean caseSensitiveFileExtension)
           
 

Method parameters in org.sonar.api.batch.fs.internal with type arguments of type InputFile
static Collection<InputFile> DefaultFileSystem.filter(Iterable<InputFile> target, FilePredicate predicate)
           
 

Uses of InputFile in org.sonar.api.batch.scm
 

Methods in org.sonar.api.batch.scm that return types with arguments of type InputFile
 Iterable<InputFile> BlameCommand.BlameInput.filesToBlame()
          List of files that should be blamed.
 

Methods in org.sonar.api.batch.scm with parameters of type InputFile
 void BlameCommand.BlameOutput.blameResult(InputFile file, List<BlameLine> lines)
          Add result of the blame command for a single file.
 

Uses of InputFile in org.sonar.api.batch.sensor
 

Methods in org.sonar.api.batch.sensor with parameters of type InputFile
 DuplicationBuilder SensorContext.duplicationBuilder(InputFile inputFile)
          Builder to manually define duplications in a file.
 DuplicationTokenBuilder SensorContext.duplicationTokenBuilder(InputFile inputFile)
          Builder to define tokens in a file.
 HighlightingBuilder SensorContext.highlightingBuilder(InputFile inputFile)
          Builder to define highlighting of a file.
 void SensorContext.saveDuplications(InputFile inputFile, List<DuplicationGroup> duplications)
          Register all duplications of an InputFile.
 SymbolTableBuilder SensorContext.symbolTableBuilder(InputFile inputFile)
          Builder to define symbol references in a file.
 

Uses of InputFile in org.sonar.api.batch.sensor.dependency
 

Methods in org.sonar.api.batch.sensor.dependency that return InputFile
 InputFile Dependency.from()
           
 InputFile Dependency.to()
           
 

Methods in org.sonar.api.batch.sensor.dependency with parameters of type InputFile
 Dependency Dependency.from(InputFile from)
           
 Dependency Dependency.to(InputFile to)
           
 

Uses of InputFile in org.sonar.api.batch.sensor.dependency.internal
 

Methods in org.sonar.api.batch.sensor.dependency.internal that return InputFile
 InputFile DefaultDependency.from()
           
 InputFile DefaultDependency.to()
           
 

Methods in org.sonar.api.batch.sensor.dependency.internal with parameters of type InputFile
 Dependency DefaultDependency.from(InputFile from)
           
 Dependency DefaultDependency.to(InputFile to)
           
 

Uses of InputFile in org.sonar.api.batch.sensor.duplication
 

Methods in org.sonar.api.batch.sensor.duplication with parameters of type InputFile
 DuplicationBuilder DuplicationBuilder.isDuplicatedBy(InputFile sameOrOtherFile, int startLine, int endLine)
          Declare duplicate block of the previously declared DuplicationBuilder.originBlock(int, int).
 

Uses of InputFile in org.sonar.api.batch.sensor.duplication.internal
 

Methods in org.sonar.api.batch.sensor.duplication.internal with parameters of type InputFile
 DuplicationBuilder DefaultDuplicationBuilder.isDuplicatedBy(InputFile sameOrOtherFile, int startLine, int endLine)
           
 

Constructors in org.sonar.api.batch.sensor.duplication.internal with parameters of type InputFile
DefaultDuplicationBuilder(InputFile inputFile)
           
 

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

Methods in org.sonar.api.batch.sensor.issue with parameters of type InputFile
 Issue Issue.onFile(InputFile file)
          The InputFile the issue belongs to.
 

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

Methods in org.sonar.api.batch.sensor.issue.internal with parameters of type InputFile
 DefaultIssue DefaultIssue.onFile(InputFile file)
           
 

Uses of InputFile in org.sonar.api.batch.sensor.measure
 

Methods in org.sonar.api.batch.sensor.measure that return InputFile
 InputFile Measure.inputFile()
          The file the measure belong to.
 

Methods in org.sonar.api.batch.sensor.measure with parameters of type InputFile
 Measure<G> Measure.onFile(InputFile file)
          The file the measure belongs to.
 

Uses of InputFile in org.sonar.api.batch.sensor.measure.internal
 

Methods in org.sonar.api.batch.sensor.measure.internal that return InputFile
 InputFile DefaultMeasure.inputFile()
           
 

Methods in org.sonar.api.batch.sensor.measure.internal with parameters of type InputFile
 DefaultMeasure<G> DefaultMeasure.onFile(InputFile inputFile)
           
 

Uses of InputFile in org.sonar.api.batch.sensor.test
 

Methods in org.sonar.api.batch.sensor.test that return InputFile
 InputFile TestCaseCoverage.coveredFile()
          InputFile covered by this test.
 InputFile TestCaseExecution.testFile()
          InputFile where this test is located.
 InputFile TestCaseCoverage.testFile()
          InputFile where this test is located.
 

Methods in org.sonar.api.batch.sensor.test with parameters of type InputFile
 TestCaseCoverage TestCaseCoverage.cover(InputFile mainFile)
          Set file covered by this test.
 TestCaseExecution TestCaseExecution.inTestFile(InputFile testFile)
          Set file where this test is located.
 Coverage Coverage.onFile(InputFile inputFile)
          The file you are storing coverage on.
 TestCaseCoverage TestCaseCoverage.testFile(InputFile testFile)
          Set file where this test is located.
 

Uses of InputFile in org.sonar.api.batch.sensor.test.internal
 

Methods in org.sonar.api.batch.sensor.test.internal that return InputFile
 InputFile DefaultTestCaseCoverage.coveredFile()
           
 InputFile DefaultCoverage.file()
           
 InputFile DefaultTestCaseExecution.testFile()
           
 InputFile DefaultTestCaseCoverage.testFile()
           
 

Methods in org.sonar.api.batch.sensor.test.internal with parameters of type InputFile
 DefaultTestCaseCoverage DefaultTestCaseCoverage.cover(InputFile mainFile)
           
 DefaultTestCaseExecution DefaultTestCaseExecution.inTestFile(InputFile testFile)
           
 DefaultCoverage DefaultCoverage.onFile(InputFile inputFile)
           
 DefaultTestCaseCoverage DefaultTestCaseCoverage.testFile(InputFile testFile)
           
 

Uses of InputFile in org.sonar.api.issue
 

Methods in org.sonar.api.issue with parameters of type InputFile
 NoSonarFilter NoSonarFilter.noSonarInFile(InputFile inputFile, Set<Integer> noSonarLines)
          Register lines in a file that contains the NOSONAR flag.
 

Uses of InputFile in org.sonar.api.measures
 

Methods in org.sonar.api.measures with parameters of type InputFile
 FileLinesContext FileLinesContextFactory.createFor(InputFile inputFile)
           
 

Uses of InputFile in org.sonar.xoo.checks
 

Methods in org.sonar.xoo.checks with parameters of type InputFile
 void Check.execute(SensorContext context, InputFile file, RuleKey ruleKey)
           
 void TemplateRuleCheck.execute(SensorContext sensorContext, InputFile file, RuleKey ruleKey)
           
 

Uses of InputFile in org.sonar.xoo.scm
 

Methods in org.sonar.xoo.scm with parameters of type InputFile
protected  void XooBlameCommand.processFile(InputFile inputFile, BlameCommand.BlameOutput result)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.