org.sonar.api.resources
Class ProjectUtils

java.lang.Object
  extended by org.sonar.api.resources.ProjectUtils

public final class ProjectUtils
extends Object

Since:
1.10

Method Summary
static String getJavaSourceVersion(Project project)
           
static String getJavaVersion(Project project)
          Java version as defined in maven-compiler-plugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJavaVersion

public static String getJavaVersion(Project project)
Java version as defined in maven-compiler-plugin


getJavaSourceVersion

public static String getJavaSourceVersion(Project project)


Copyright © 2009-2010 SonarSource. All Rights Reserved.