Uses of Class
org.sonar.api.resources.JavaFile

Packages that use JavaFile
org.sonar.api.batch   
org.sonar.api.resources   
 

Uses of JavaFile in org.sonar.api.batch
 

Methods in org.sonar.api.batch that return JavaFile
static JavaFile SquidUtils.convertJavaFileKeyFromSquidFormat(String key)
           
 

Methods in org.sonar.api.batch with parameters of type JavaFile
static String SquidUtils.convertToSquidKeyFormat(JavaFile file)
           
 

Uses of JavaFile in org.sonar.api.resources
 

Methods in org.sonar.api.resources that return JavaFile
static JavaFile JavaFile.fromAbsolutePath(String path, List<File> sourceDirs, boolean unitTest)
          Shortcut to fromIOFile with an abolute path
static JavaFile JavaFile.fromIOFile(File file, List<File> sourceDirs, boolean unitTest)
          Creates a JavaFile from a file in the source directories
static JavaFile JavaFile.fromRelativePath(String relativePath, boolean unitTest)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.