Home
last modified time | relevance | path

Searched refs:getJavaCompiler (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DSystemPropertiesTest.java80 assertNotNull(SystemProperties.getJavaCompiler()); in testGetJavaCompiler()
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DSystemProperties.java365 public static String getJavaCompiler() { in getJavaCompiler() method in SystemProperties
DSystemUtils.java223 public static final String JAVA_COMPILER = SystemProperties.getJavaCompiler();