@CacheableTask public abstract class LombokConfig extends org.gradle.api.DefaultTask implements LombokTask
| Constructor and Description |
|---|
LombokConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
exec() |
protected Set<File> |
getConfigFiles() |
protected abstract org.gradle.process.ExecOperations |
getExecOperations() |
protected abstract org.gradle.api.file.FileSystemOperations |
getFileSystemOperations() |
abstract org.gradle.api.provider.Property<Boolean> |
getFork() |
abstract org.gradle.api.provider.Property<Boolean> |
getGenerate()
Generates a list containing all the available configuration parameters.
|
abstract org.gradle.api.provider.ListProperty<String> |
getKeys()
Limit the result to these keys.
|
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> |
getNotMentioned()
Also display files that don't mention the key.
|
abstract org.gradle.api.file.RegularFileProperty |
getOutputFile() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getPaths()
Paths to java files or directories the configuration is to be printed for.
|
abstract org.gradle.api.provider.Property<Boolean> |
getVerbose()
Displays more information.
|
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, 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.workers.WorkerExecutor getWorkerExecutor()
@Inject protected abstract org.gradle.api.file.FileSystemOperations getFileSystemOperations()
@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@Input public abstract org.gradle.api.provider.Property<Boolean> getGenerate()
@Input public abstract org.gradle.api.provider.Property<Boolean> getVerbose()
@Input public abstract org.gradle.api.provider.Property<Boolean> getNotMentioned()
@Input @Optional public abstract org.gradle.api.provider.ListProperty<String> getKeys()
@InputFiles @PathSensitive(value=RELATIVE) public abstract org.gradle.api.file.ConfigurableFileCollection getPaths()
@OutputFile public abstract org.gradle.api.file.RegularFileProperty getOutputFile()
@Input @Optional public abstract org.gradle.api.provider.Property<Boolean> getFork()
@InputFiles @Optional @Nullable @PathSensitive(value=RELATIVE) protected Set<File> getConfigFiles()
public void exec()
throws IOException
IOException