|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.plugins.ide.internal.generator.PropertiesPersistableConfigurationObject org.gradle.plugins.ide.eclipse.model.Jdt
public class Jdt extends PropertiesPersistableConfigurationObject
Represents the Eclipse JDT settings.
Constructor Summary | |
Jdt(PropertiesTransformer transformer)
|
Method Summary | |
---|---|
protected String
|
getDefaultResourceName()
|
protected void
|
load(Properties properties)
|
void
|
setSourceCompatibility(JavaVersion sourceCompatibility)
Sets the source compatibility for the compiler. |
void
|
setTargetCompatibility(JavaVersion targetCompatibility)
Sets the target compatibility for the compiler. |
protected void
|
store(Properties properties)
|
Constructor Detail |
---|
public Jdt(PropertiesTransformer transformer)
Method Detail |
---|
@Override protected String getDefaultResourceName()
@Override protected void load(Properties properties)
public void setSourceCompatibility(JavaVersion sourceCompatibility)
public void setTargetCompatibility(JavaVersion targetCompatibility)
@Override protected void store(Properties properties)
Gradle API 1.12