public class ClojureCheck
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
ClojureCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
check() |
void |
forkOptions(org.gradle.api.Action<? super org.gradle.api.tasks.compile.ForkOptions> configureAction) |
org.gradle.api.file.ConfigurableFileCollection |
getClasspath() |
org.gradle.api.tasks.compile.ForkOptions |
getForkOptions() |
org.gradle.api.file.RegularFileProperty |
getInternalOutputFile() |
org.gradle.api.provider.SetProperty<java.lang.String> |
getNamespaces() |
org.gradle.api.provider.Property<ClojureReflection> |
getReflection() |
org.gradle.api.file.FileCollection |
getSource() |
org.gradle.api.file.ConfigurableFileCollection |
getSourceRoots() |
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@InputFiles @SkipWhenEmpty public org.gradle.api.file.FileCollection getSource()
@Internal public org.gradle.api.file.ConfigurableFileCollection getSourceRoots()
@Classpath public org.gradle.api.file.ConfigurableFileCollection getClasspath()
@OutputFile public org.gradle.api.file.RegularFileProperty getInternalOutputFile()
@Input public org.gradle.api.provider.Property<ClojureReflection> getReflection()
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 check()