@CacheableTask
public abstract class MicronautAotOptimizerTask
extends org.gradle.api.DefaultTask
OptimizerIO.TargetRuntime| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESOURCE_FILTER_PATH |
| Constructor and Description |
|---|
MicronautAotOptimizerTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureExtraArguments(java.util.List<java.lang.String> args) |
void |
execute() |
protected abstract org.gradle.api.provider.Property<java.lang.String> |
getAotVersion() |
abstract org.gradle.api.file.RegularFileProperty |
getConfigurationFile() |
protected abstract org.gradle.api.provider.Property<java.lang.Boolean> |
getDebug() |
protected abstract org.gradle.api.provider.MapProperty<java.lang.String,java.lang.String> |
getEnvironmentVariables() |
protected abstract org.gradle.process.ExecOperations |
getExecOperations() |
protected abstract org.gradle.api.internal.file.FileOperations |
getFileOperations() |
org.gradle.api.provider.Provider<org.gradle.api.file.Directory> |
getGeneratedClassesDirectory() |
org.gradle.api.provider.Provider<org.gradle.api.file.RegularFile> |
getGeneratedOutputResourceFilter() |
org.gradle.api.provider.Provider<org.gradle.api.file.Directory> |
getGeneratedSourcesDirectory() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getOptimizerClasspath() |
protected void |
onSuccess(java.io.File outputDir) |
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, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, 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, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClasspath, getOutputDirectory, getTargetPackage, getTargetRuntimepublic static final java.lang.String RESOURCE_FILTER_PATH
@Internal public org.gradle.api.provider.Provider<org.gradle.api.file.Directory> getGeneratedSourcesDirectory()
@Internal public org.gradle.api.provider.Provider<org.gradle.api.file.Directory> getGeneratedClassesDirectory()
@Internal public org.gradle.api.provider.Provider<org.gradle.api.file.RegularFile> getGeneratedOutputResourceFilter()
@InputFile @PathSensitive(value=NONE) @Optional public abstract org.gradle.api.file.RegularFileProperty getConfigurationFile()
protected void configureExtraArguments(java.util.List<java.lang.String> args)
@Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getOptimizerClasspath()
@Inject protected abstract org.gradle.api.internal.file.FileOperations getFileOperations()
@Inject protected abstract org.gradle.process.ExecOperations getExecOperations()
@Input protected abstract org.gradle.api.provider.Property<java.lang.Boolean> getDebug()
@Input protected abstract org.gradle.api.provider.Property<java.lang.String> getAotVersion()
@Input @Optional protected abstract org.gradle.api.provider.MapProperty<java.lang.String,java.lang.String> getEnvironmentVariables()
protected void onSuccess(java.io.File outputDir)
public final void execute()
throws java.io.IOException
java.io.IOException