| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.plugins.ide.eclipse.model |
Classes for the model used by the
EclipsePlugin. |
| Modifier and Type | Method and Description |
|---|---|
static JavaVersion |
JavaVersion.current()
Provides the JavaVersion of the current used JVM
JavaVersion. |
static JavaVersion |
JavaVersion.toVersion(Object value)
Converts the given object into a
JavaVersion. |
static JavaVersion |
JavaVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaVersion[] |
JavaVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Jdt.setSourceCompatibility(JavaVersion sourceCompatibility)
Sets the source compatibility for the compiler.
|
void |
Jdt.setTargetCompatibility(JavaVersion targetCompatibility)
Sets the target compatibility for the compiler.
|
Copyright © 2013. All rights reserved