public interface GenerateNativeImageConfigTask extends ShareEnabledState
| Modifier and Type | Method and Description |
|---|---|
void |
byRunningApplication(org.gradle.api.Action<JavaExecution> argumentsConfiguration) |
void |
byRunningApplicationWithoutArguments() |
boolean |
getExitOnApplicationError() |
@NotNull org.gradle.api.provider.Property<org.mikeneck.graalvm.GraalVmHome> |
getGraalVmHome() |
@NotNull java.util.List<JavaExecutionImpl> |
getJavaExecutions() |
@NotNull org.gradle.api.provider.Provider<java.lang.String> |
getMainClass() |
@NotNull java.io.File |
getTemporaryDirectory()
Deprecated.
|
void |
resumeOnApplicationError() |
void |
setExitOnApplicationError(boolean exitOnApplicationError) |
default void |
setGraalVmHome(@NotNull java.io.File path) |
default void |
setGraalVmHome(@NotNull java.nio.file.Path path) |
void |
setGraalVmHome(@NotNull org.gradle.api.provider.Provider<org.mikeneck.graalvm.GraalVmHome> graalVmHome) |
default void |
setGraalVmHome(@NotNull java.lang.String path) |
setEnabled, shareEnabledStateWithconfigure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, 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, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServicedefault void setGraalVmHome(@NotNull
@NotNull java.lang.String path)
default void setGraalVmHome(@NotNull
@NotNull java.io.File path)
default void setGraalVmHome(@NotNull
@NotNull java.nio.file.Path path)
void setGraalVmHome(@NotNull
@NotNull org.gradle.api.provider.Provider<org.mikeneck.graalvm.GraalVmHome> graalVmHome)
void setExitOnApplicationError(boolean exitOnApplicationError)
@Internal @NotNull @NotNull org.gradle.api.provider.Property<org.mikeneck.graalvm.GraalVmHome> getGraalVmHome()
@Internal boolean getExitOnApplicationError()
@Input @NotNull @NotNull org.gradle.api.provider.Provider<java.lang.String> getMainClass()
void resumeOnApplicationError()
@NotNull @NotNull java.util.List<JavaExecutionImpl> getJavaExecutions()
@Deprecated @OutputDirectory @NotNull @NotNull java.io.File getTemporaryDirectory()
void byRunningApplicationWithoutArguments()
void byRunningApplication(org.gradle.api.Action<JavaExecution> argumentsConfiguration)