| Package | Description |
|---|---|
| org.sonar.api.batch | |
| org.sonar.api.resources |
| Modifier and Type | Method and Description |
|---|---|
static JavaFile |
SquidUtils.convertJavaFileKeyFromSquidFormat(String key)
Deprecated.
since 4.2 JavaFile is deprecated
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SquidUtils.convertToSquidKeyFormat(JavaFile file)
Deprecated.
since 4.0
|
| Modifier and Type | Method and Description |
|---|---|
static JavaFile |
JavaFile.fromAbsolutePath(String path,
List<File> sourceDirs,
boolean unitTest)
Deprecated.
|
static JavaFile |
JavaFile.fromIOFile(File file,
List<File> sourceDirs,
boolean unitTest)
Deprecated.
|
static JavaFile |
JavaFile.fromIOFile(File file,
Project module,
boolean unitTest)
Deprecated.
|
static JavaFile |
JavaFile.fromRelativePath(String relativePath,
boolean unitTest)
Deprecated.
|
Copyright © 2009–2017 SonarSource. All rights reserved.