public class CoffeeScriptCompile extends SourceTask
Task.Namer
source
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
コンストラクタと説明 |
---|
CoffeeScriptCompile() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
doCompile() |
FileCollection |
getCoffeeScriptJs() |
File |
getDestinationDir() |
CoffeeScriptCompileOptions |
getOptions() |
FileCollection |
getRhinoClasspath() |
protected org.gradle.internal.Factory<org.gradle.process.internal.WorkerProcessBuilder> |
getWorkerProcessBuilderFactory() |
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, getExcludes, getIncludes, getSource, include, include, include, include, setExcludes, setIncludes, setSource, source
conventionMapping, conventionMapping, getConventionMapping
addValidator, 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
@Inject protected org.gradle.internal.Factory<org.gradle.process.internal.WorkerProcessBuilder> getWorkerProcessBuilderFactory()
@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()