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