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

All Known Implementing Classes:
DefaultFileSystem.Cache
Enclosing interface:
FileSystem

public static interface FileSystem.Index

Interface of the underlying file index.


Method Summary
 InputDir inputDir(String relativePath)
           
 InputFile inputFile(String relativePath)
           
 Iterable<InputFile> inputFiles()
           
 

Method Detail

inputFiles

Iterable<InputFile> inputFiles()

inputFile

@CheckForNull
InputFile inputFile(String relativePath)

inputDir

@CheckForNull
InputDir inputDir(String relativePath)


Copyright © 2009–2015 SonarSource. All rights reserved.