public class ScanApi
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
ScanApi() |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.FileCollection |
getClasspath() |
java.util.Collection<java.lang.String> |
getExcludeClasses() |
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> |
getExcludeMethods() |
org.gradle.api.file.FileCollection |
getSources() |
org.gradle.api.file.FileCollection |
getTargets() |
boolean |
isVerbose() |
void |
scan() |
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, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@SkipWhenEmpty @InputFiles public org.gradle.api.file.FileCollection getSources()
@CompileClasspath @InputFiles public org.gradle.api.file.FileCollection getClasspath()
@Input public java.util.Collection<java.lang.String> getExcludeClasses()
@Input public java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> getExcludeMethods()
@OutputFiles public org.gradle.api.file.FileCollection getTargets()
@Console public boolean isVerbose()
public void scan()