public class ClojureCompile
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
ClojureCompile() |
| Modifier and Type | Method and Description |
|---|---|
void |
compile() |
void |
forkOptions(org.gradle.api.Action<? super org.gradle.api.tasks.compile.ForkOptions> configureAction) |
org.gradle.api.file.ConfigurableFileCollection |
getClasspath() |
org.gradle.api.file.DirectoryProperty |
getDestinationDir() |
org.gradle.api.tasks.compile.ForkOptions |
getForkOptions() |
org.gradle.api.provider.SetProperty<java.lang.String> |
getNamespaces() |
ClojureCompileOptions |
getOptions() |
org.gradle.api.file.FileTree |
getSource() |
org.gradle.api.file.ConfigurableFileCollection |
getSourceRoots() |
void |
setOptions(ClojureCompileOptions options) |
newInputDirectory, newInputFile, newOutputDirectory, newOutputFileaddValidator, 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, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@OutputDirectory public org.gradle.api.file.DirectoryProperty getDestinationDir()
@InputFiles @SkipWhenEmpty public org.gradle.api.file.FileTree getSource()
@Internal public org.gradle.api.file.ConfigurableFileCollection getSourceRoots()
@Classpath public org.gradle.api.file.ConfigurableFileCollection getClasspath()
public ClojureCompileOptions getOptions()
public void setOptions(ClojureCompileOptions options)
public org.gradle.api.tasks.compile.ForkOptions getForkOptions()
public void forkOptions(org.gradle.api.Action<? super org.gradle.api.tasks.compile.ForkOptions> configureAction)
@Input public org.gradle.api.provider.SetProperty<java.lang.String> getNamespaces()
public void compile()