Package org.sonar.plugins.dotnet.tests
Class ScannerFileService
java.lang.Object
org.sonar.plugins.dotnet.tests.ScannerFileService
- All Implemented Interfaces:
FileService
-
Constructor Summary
ConstructorsConstructorDescriptionScannerFileService(String languageKey, org.sonar.api.batch.fs.FileSystem fileSystem) -
Method Summary
Modifier and TypeMethodDescriptiongetAbsolutePath(String deterministicBuildPath) Returns the absolute path for a deterministic build path.booleanisSupportedAbsolute(String absolutePath) Returns true if the absolute path is indexed by the scanner and has the correct extension.
-
Constructor Details
-
ScannerFileService
-
-
Method Details
-
isSupportedAbsolute
Description copied from interface:FileServiceReturns true if the absolute path is indexed by the scanner and has the correct extension.- Specified by:
isSupportedAbsolutein interfaceFileService
-
getAbsolutePath
Description copied from interface:FileServiceReturns the absolute path for a deterministic build path. Note that the absolute path returned by the Scanner may be different from the absolute path returned by the Operating System- Specified by:
getAbsolutePathin interfaceFileService- Parameters:
deterministicBuildPath- - the path in the code coverage report when builds are done with the `-deterministic` option- See Also:
-
IndexedFile.uri()
-