Package org.sonar.java.classpath
Class ClasspathProperties
- java.lang.Object
-
- org.sonar.java.classpath.ClasspathProperties
-
public class ClasspathProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
SONAR_JAVA_BINARIES
static String
SONAR_JAVA_JDK_HOME
static String
SONAR_JAVA_LIBRARIES
static String
SONAR_JAVA_TEST_BINARIES
static String
SONAR_JAVA_TEST_LIBRARIES
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<org.sonar.api.config.PropertyDefinition>
getProperties()
-
-
-
Field Detail
-
SONAR_JAVA_JDK_HOME
public static final String SONAR_JAVA_JDK_HOME
- See Also:
- Constant Field Values
-
SONAR_JAVA_BINARIES
public static final String SONAR_JAVA_BINARIES
- See Also:
- Constant Field Values
-
SONAR_JAVA_LIBRARIES
public static final String SONAR_JAVA_LIBRARIES
- See Also:
- Constant Field Values
-
SONAR_JAVA_TEST_BINARIES
public static final String SONAR_JAVA_TEST_BINARIES
- See Also:
- Constant Field Values
-
SONAR_JAVA_TEST_LIBRARIES
public static final String SONAR_JAVA_TEST_LIBRARIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProperties
public static List<org.sonar.api.config.PropertyDefinition> getProperties()
-
-