@Accessors
public class XtendCompile
extends org.gradle.api.tasks.compile.AbstractCompile
| Constructor and Description |
|---|
XtendCompile() |
| Modifier and Type | Method and Description |
|---|---|
void |
compile() |
void |
enhance() |
java.lang.String |
getBootClasspath() |
java.io.File |
getClassesDir() |
XtendCompileOptions |
getOptions() |
org.gradle.api.file.SourceDirectorySet |
getSrcDirs() |
org.gradle.api.file.FileCollection |
getXtendClasspath() |
org.gradle.api.file.FileCollection |
getXtendSources() |
void |
setBootClasspath(java.lang.String bootClasspath) |
void |
setClassesDir(java.io.File classesDir) |
void |
setOptions(XtendCompileOptions options) |
void |
setSrcDirs(org.gradle.api.file.SourceDirectorySet srcDirs) |
void |
setXtendClasspath(org.gradle.api.file.FileCollection xtendClasspath) |
getClasspath, getDestinationDir, getSourceCompatibility, getTargetCompatibility, setClasspath, setDestinationDir, setSourceCompatibility, setTargetCompatibilityexclude, exclude, exclude, exclude, getExcludes, getIncludes, getSource, include, include, include, include, setExcludes, setIncludes, setSource, sourceconventionMapping, conventionMapping, getConventionMappingaddValidator, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toString@InputFiles @SkipWhenEmpty public org.gradle.api.file.FileCollection getXtendSources()
public void compile()
compile in class org.gradle.api.tasks.compile.AbstractCompilepublic void enhance()
@Pure public org.gradle.api.file.SourceDirectorySet getSrcDirs()
public void setSrcDirs(org.gradle.api.file.SourceDirectorySet srcDirs)
@Pure public java.lang.String getBootClasspath()
public void setBootClasspath(java.lang.String bootClasspath)
@Pure public org.gradle.api.file.FileCollection getXtendClasspath()
public void setXtendClasspath(org.gradle.api.file.FileCollection xtendClasspath)
@Pure public java.io.File getClassesDir()
public void setClassesDir(java.io.File classesDir)
@Pure public XtendCompileOptions getOptions()
public void setOptions(XtendCompileOptions options)