public class ClojureCompile
extends org.gradle.api.tasks.compile.AbstractCompile
| Constructor | Description |
|---|---|
ClojureCompile(org.gradle.workers.WorkerExecutor workerExecutor) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
compile() |
|
java.util.List<java.lang.String> |
findNamespaces() |
|
java.util.List<java.lang.String> |
getNamespaces() |
|
ClojureCompileOptions |
getOptions() |
|
void |
setNamespaces(java.util.List<java.lang.String> namespaces) |
getClasspath, getDestinationDir, getSourceCompatibility, getTargetCompatibility, setClasspath, setDestinationDir, setDestinationDir, setSourceCompatibility, setTargetCompatibilityaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, newInputDirectory, newInputFile, newOutputDirectory, newOutputFile, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringconventionMapping, conventionMapping, getConventionMapping@Inject public ClojureCompile(org.gradle.workers.WorkerExecutor workerExecutor)
public ClojureCompileOptions getOptions()
@Input public java.util.List<java.lang.String> getNamespaces()
public void setNamespaces(java.util.List<java.lang.String> namespaces)
public void compile()
compile in class org.gradle.api.tasks.compile.AbstractCompilepublic java.util.List<java.lang.String> findNamespaces()