org.sonar.api.scan.filesystem
Interface FileSystemFilter.Context

Enclosing interface:
FileSystemFilter

public static interface FileSystemFilter.Context

Plugins must not implement this interface. It is provided at runtime.


Method Summary
 String canonicalPath()
          Absolute file path.
 ModuleFileSystem fileSystem()
           
 File relativeDir()
           
 String relativePath()
          File path relative to source directory.
 FileType type()
           
 

Method Detail

fileSystem

ModuleFileSystem fileSystem()

type

FileType type()

relativeDir

File relativeDir()

relativePath

String relativePath()
File path relative to source directory. Never return null.


canonicalPath

String canonicalPath()
Absolute file path. Directory separator is slash, even on windows. Never return null.



Copyright © 2009–2015 SonarSource. All rights reserved.