public class CoffeeScriptCompile extends SourceTask
Task.NamerTASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description |
|---|
CoffeeScriptCompile(org.gradle.internal.Factory<org.gradle.process.internal.WorkerProcessBuilder> workerProcessBuilderFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
doCompile() |
FileCollection |
getCoffeeScriptJs() |
File |
getDestinationDir() |
CoffeeScriptCompileOptions |
getOptions() |
FileCollection |
getRhinoClasspath() |
void |
options(Action<CoffeeScriptCompileOptions> action) |
void |
options(Closure<?> closure) |
void |
setCoffeeScriptJs(Object coffeeScriptJs) |
void |
setDestinationDir(Object destinationDir) |
void |
setRhinoClasspath(Object rhinoClasspath) |
exclude, exclude, exclude, exclude, getDefaultSource, getExcludes, getIncludes, getSource, include, include, include, include, setExcludes, setIncludes, setSource, sourceconventionMapping, conventionMapping, getConventionMappingaddValidator, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getGroup, getInputs, getLogger, getLogging, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getStandardOutputCapture, getState, getStateInternal, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setGroup, setName, setOnlyIf, setOnlyIf, setProject, setProperty, toString@Inject public CoffeeScriptCompile(org.gradle.internal.Factory<org.gradle.process.internal.WorkerProcessBuilder> workerProcessBuilderFactory)
@InputFiles public FileCollection getCoffeeScriptJs()
public void setCoffeeScriptJs(Object coffeeScriptJs)
@OutputDirectory public File getDestinationDir()
public void setDestinationDir(Object destinationDir)
@InputFiles public FileCollection getRhinoClasspath()
public void setRhinoClasspath(Object rhinoClasspath)
public CoffeeScriptCompileOptions getOptions()
public void options(Action<CoffeeScriptCompileOptions> action)
public void options(Closure<?> closure)
public void doCompile()