- setArgs(List<String>) - Method in interface io.micronaut.gradle.graalvm.NativeImageOptions
-
Sets the args for the main class to be executed.
- setArgs(Iterable<?>) - Method in interface io.micronaut.gradle.graalvm.NativeImageOptions
-
Sets the args for the main class to be executed.
- setClasspath(FileCollection) - Method in interface io.micronaut.gradle.graalvm.NativeImageOptions
-
Sets the classpath for executing the main class.
- setClasspath(FileCollection) - Method in class io.micronaut.gradle.graalvm.NativeImageTask
-
- setImageName(String) - Method in interface io.micronaut.gradle.graalvm.NativeImageOptions
-
Sets the name of the native executable to be generated.
- setImageName(String) - Method in class io.micronaut.gradle.graalvm.NativeImageTask
-
- setJvmArgs(List<String>) - Method in interface io.micronaut.gradle.graalvm.NativeImageOptions
-
Sets the extra arguments to use to launch the JVM for the process.
- setJvmArgs(Iterable<?>) - Method in interface io.micronaut.gradle.graalvm.NativeImageOptions
-
Sets the extra arguments to use to launch the JVM for the process.
- setJvmArgs(List<String>) - Method in class io.micronaut.gradle.graalvm.NativeImageTask
-
- setJvmArgs(Iterable<?>) - Method in class io.micronaut.gradle.graalvm.NativeImageTask
-
- setMain(String) - Method in interface io.micronaut.gradle.graalvm.NativeImageOptions
-
Sets the fully qualified name of the main class to be executed.
- setMain(String) - Method in class io.micronaut.gradle.graalvm.NativeImageTask
-
- setSystemProperties(Map<String, ?>) - Method in interface io.micronaut.gradle.graalvm.NativeImageOptions
-
Sets the system properties to use for the process.
- setSystemProperties(Map<String, ?>) - Method in class io.micronaut.gradle.graalvm.NativeImageTask
-
- systemProperties(Map<String, ?>) - Method in interface io.micronaut.gradle.graalvm.NativeImageOptions
-
Adds some system properties to use for the process.
- systemProperties(Map<String, ?>) - Method in class io.micronaut.gradle.graalvm.NativeImageTask
-
- systemProperty(String, Object) - Method in interface io.micronaut.gradle.graalvm.NativeImageOptions
-
Adds a system property to use for the process.
- systemProperty(String, Object) - Method in class io.micronaut.gradle.graalvm.NativeImageTask
-