org.sonar.batch.scan.filesystem
Class ModuleInputFileCache
java.lang.Object
org.sonar.api.batch.fs.internal.DefaultFileSystem.Cache
org.sonar.batch.scan.filesystem.ModuleInputFileCache
- All Implemented Interfaces:
- FileSystem.Index, BatchComponent
public class ModuleInputFileCache
- extends DefaultFileSystem.Cache
- implements BatchComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleInputFileCache
public ModuleInputFileCache(ProjectDefinition projectDef,
InputPathCache projectCache)
inputFiles
public Iterable<InputFile> inputFiles()
- Specified by:
inputFiles in interface FileSystem.Index- Specified by:
inputFiles in class DefaultFileSystem.Cache
inputFile
public InputFile inputFile(String relativePath)
- Specified by:
inputFile in interface FileSystem.Index- Specified by:
inputFile in class DefaultFileSystem.Cache
inputDir
public InputDir inputDir(String relativePath)
- Specified by:
inputDir in interface FileSystem.Index- Specified by:
inputDir in class DefaultFileSystem.Cache
doAdd
protected void doAdd(InputFile inputFile)
- Specified by:
doAdd in class DefaultFileSystem.Cache
doAdd
protected void doAdd(InputDir inputDir)
- Specified by:
doAdd in class DefaultFileSystem.Cache
Copyright © 2009–2015 SonarSource. All rights reserved.