public abstract class GenerateCodeTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
GenerateCodeTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getCodeGeneratorClasspath() |
abstract org.gradle.api.provider.MapProperty<String,Object> |
getConfigurationValues() |
abstract org.gradle.api.file.DirectoryProperty |
getInputDir() |
abstract org.gradle.api.file.DirectoryProperty |
getOutputDir() |
protected abstract org.gradle.api.file.ProjectLayout |
getProjectLayout() |
abstract org.gradle.api.provider.Property<String> |
getSourceSet() |
protected abstract org.gradle.workers.WorkerExecutor |
getWorkerExecutor() |
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, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@Inject protected abstract org.gradle.api.file.ProjectLayout getProjectLayout()
@Inject protected abstract org.gradle.workers.WorkerExecutor getWorkerExecutor()
@InputDirectory @Optional public abstract org.gradle.api.file.DirectoryProperty getInputDir()
@OutputDirectory public abstract org.gradle.api.file.DirectoryProperty getOutputDir()
@Input @Optional public abstract org.gradle.api.provider.MapProperty<String,Object> getConfigurationValues()
@Input public abstract org.gradle.api.provider.Property<String> getSourceSet()
@InputFiles @Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getCodeGeneratorClasspath()
public void generate()