public abstract class MicronautAotSampleConfTask
extends org.gradle.api.DefaultTask
OptimizerIO.TargetRuntime| Constructor and Description |
|---|
MicronautAotSampleConfTask() |
| 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() |
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() |
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, getTargetRuntimeprotected void configureExtraArguments(java.util.List<java.lang.String> args)
protected void onSuccess(java.io.File outputDir)
@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()
public final void execute()
throws java.io.IOException
java.io.IOException