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)
          Deprecated. since 2.6 use JavaUtils.getSourceVersion() instead.
static String getJavaVersion(Project project)
          Deprecated. since 2.6 use JavaUtils.getTargetVersion() instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJavaVersion

@Deprecated
public static String getJavaVersion(Project project)
Deprecated. since 2.6 use JavaUtils.getTargetVersion() instead.


getJavaSourceVersion

@Deprecated
public static String getJavaSourceVersion(Project project)
Deprecated. since 2.6 use JavaUtils.getSourceVersion() instead.



Copyright © 2009-2011 SonarSource. All Rights Reserved.