|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.resources.ProjectUtils
public final class ProjectUtils
TODO Actually this class incorrectly named, because provides information not about project, but about Java project. And seems that only core plugins use this class.
| Method Summary | |
|---|---|
static String |
getJavaSourceVersion(Project project)
Deprecated. since 2.6 use JavaUtils.getSourceVersion() instead. |
static String |
getJavaVersion(Project project)
Deprecated. since 2.6 use JavaUtils.getTargetVersion() instead. |
static List<File> |
toIoFiles(Collection<InputFile> inputFiles)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Deprecated public static String getJavaVersion(Project project)
@Deprecated public static String getJavaSourceVersion(Project project)
public static List<File> toIoFiles(Collection<InputFile> inputFiles)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||