Uses of Interface
org.sonar.api.batch.fs.FileSystem.Index

Packages that use FileSystem.Index
org.sonar.api.batch.fs.internal   
 

Uses of FileSystem.Index in org.sonar.api.batch.fs.internal
 

Classes in org.sonar.api.batch.fs.internal that implement FileSystem.Index
static class DefaultFileSystem.Cache
           
 

Methods in org.sonar.api.batch.fs.internal with parameters of type FileSystem.Index
 Iterable<InputFile> RelativePathPredicate.get(FileSystem.Index index)
           
 Iterable<InputFile> OptimizedFilePredicate.get(FileSystem.Index index)
          Get all files that are valid for this predicate.
 Iterable<InputFile> AbstractFilePredicate.get(FileSystem.Index index)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.