@CacheableTask public abstract class PostCompile extends org.gradle.api.DefaultTask implements LombokTask
| Constructor and Description |
|---|
PostCompile() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.file.ConfigurableFileCollection |
getClassFiles() |
protected abstract org.gradle.process.ExecOperations |
getExecOperations() |
abstract org.gradle.api.provider.Property<org.gradle.jvm.toolchain.JavaLauncher> |
getLauncher()
The
JavaLauncher which will be used to invoke lombok. |
abstract org.gradle.api.file.ConfigurableFileCollection |
getLombokClasspath() |
abstract org.gradle.api.provider.Property<Boolean> |
getVerbose() |
void |
postCompile() |
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, getConvention, 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, waitconfigure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, doNotTrackState, finalizedBy, getActions, getAnt, getConvention, 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, usesServicecompareTo@Inject protected abstract org.gradle.process.ExecOperations getExecOperations()
@Optional public abstract org.gradle.api.provider.Property<org.gradle.jvm.toolchain.JavaLauncher> getLauncher()
LombokTaskJavaLauncher which will be used to invoke lombok.getLauncher in interface LombokTaskJavaToolchainService.launcherFor(JavaToolchainSpec),
JavaToolchainService.launcherFor(Action)@Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getLombokClasspath()
getLombokClasspath in interface LombokTask@InputFiles @PathSensitive(value=RELATIVE) @SkipWhenEmpty public abstract org.gradle.api.file.ConfigurableFileCollection getClassFiles()
@Console public abstract org.gradle.api.provider.Property<Boolean> getVerbose()
public void postCompile()