public abstract class ClojureCheck
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REFLECTION_FAIL |
static java.lang.String |
REFLECTION_SILENT |
static java.lang.String |
REFLECTION_WARN |
| Constructor and Description |
|---|
ClojureCheck(org.gradle.process.ExecOperations execOperations) |
| Modifier and Type | Method and Description |
|---|---|
void |
check() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getClasspath() |
abstract org.gradle.api.tasks.compile.ForkOptions |
getForkOptions() |
abstract org.gradle.api.file.RegularFileProperty |
getInternalOutputFile() |
abstract org.gradle.api.provider.SetProperty<java.lang.String> |
getNamespaces() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getReflection() |
org.gradle.api.file.FileCollection |
getSource() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getSourceRoots() |
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, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectspublic static final java.lang.String REFLECTION_SILENT
public static final java.lang.String REFLECTION_WARN
public static final java.lang.String REFLECTION_FAIL
@Inject public ClojureCheck(org.gradle.process.ExecOperations execOperations)
@InputFiles @IgnoreEmptyDirectories @SkipWhenEmpty public org.gradle.api.file.FileCollection getSource()
@Internal public abstract org.gradle.api.file.ConfigurableFileCollection getSourceRoots()
@Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getClasspath()
@OutputFile public abstract org.gradle.api.file.RegularFileProperty getInternalOutputFile()
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getReflection()
public abstract org.gradle.api.tasks.compile.ForkOptions getForkOptions()
@Input public abstract org.gradle.api.provider.SetProperty<java.lang.String> getNamespaces()
public void check()