public interface EclipseJavaSourceSettings
Modifier and Type | Method | Description |
---|---|---|
InstalledJdk |
getJdk() |
Returns the JDK used for building.
|
JavaVersion |
getSourceLanguageLevel() |
Returns the Java source language level.
|
JavaVersion |
getTargetBytecodeVersion() |
Returns the target bytecode level.
|
JavaVersion getSourceLanguageLevel()
null
.JavaVersion getTargetBytecodeVersion() throws UnsupportedMethodException
null
.UnsupportedMethodException
- For Gradle versions older than 2.11, where this method is not supported.InstalledJdk getJdk() throws UnsupportedMethodException
null
.UnsupportedMethodException
- For provider Gradle versions older than 2.11, where this method is not supported.