public abstract class ClojureCompile extends org.gradle.api.DefaultTask implements ClojureTask
| Constructor and Description |
|---|
ClojureCompile(org.gradle.process.ExecOperations execOperations) |
| Modifier and Type | Method and Description |
|---|---|
void |
compile() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getClasspath() |
abstract org.gradle.api.file.DirectoryProperty |
getDestinationDir() |
protected abstract org.gradle.api.file.FileSystemOperations |
getFileSystemOperations() |
abstract org.gradle.api.provider.SetProperty<java.lang.String> |
getNamespaces() |
abstract org.gradle.api.provider.Property<ClojureCompileOptions> |
getOptions() |
protected abstract org.gradle.api.file.ProjectLayout |
getProjectLayout() |
abstract org.gradle.api.file.FileTree |
getSource() |
abstract void |
setSource(org.gradle.api.file.FileTree fileTree) |
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetForkOptions, getJavaLauncherconfigure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, doNotTrackState, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, notCompatibleWithConfigurationCache, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService@Inject public ClojureCompile(org.gradle.process.ExecOperations execOperations)
@OutputDirectory public abstract org.gradle.api.file.DirectoryProperty getDestinationDir()
@InputFiles @SkipWhenEmpty @IgnoreEmptyDirectories public abstract org.gradle.api.file.FileTree getSource()
public abstract void setSource(org.gradle.api.file.FileTree fileTree)
@Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getClasspath()
public abstract org.gradle.api.provider.Property<ClojureCompileOptions> getOptions()
@Input public abstract org.gradle.api.provider.SetProperty<java.lang.String> getNamespaces()
@Inject protected abstract org.gradle.api.file.FileSystemOperations getFileSystemOperations()
@Inject protected abstract org.gradle.api.file.ProjectLayout getProjectLayout()
public void compile()