public abstract class ClojureCheck extends org.gradle.api.DefaultTask implements ClojureTask
| 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() |
protected abstract org.gradle.api.file.FileSystemOperations |
getFileSystemOperations() |
abstract org.gradle.api.file.RegularFileProperty |
getInternalOutputFile() |
abstract org.gradle.api.provider.SetProperty<java.lang.String> |
getNamespaces() |
protected abstract org.gradle.api.file.ProjectLayout |
getProjectLayout() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getReflection() |
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, usesServicepublic 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 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()
@OutputFile public abstract org.gradle.api.file.RegularFileProperty getInternalOutputFile()
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getReflection()
@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 check()