public interface NativeImageArgumentsFactory
| Modifier and Type | Method and Description |
|---|---|
@NotNull NativeImageArguments |
create(@NotNull org.gradle.api.provider.Property<org.gradle.api.artifacts.Configuration> runtimeClasspath,
@NotNull org.gradle.api.provider.Property<java.lang.String> mainClass,
@NotNull org.gradle.api.file.ConfigurableFileCollection jarFile,
@NotNull org.gradle.api.file.DirectoryProperty outputDirectory,
@NotNull org.gradle.api.provider.Property<java.lang.String> executableName,
@NotNull org.gradle.api.provider.ListProperty<java.lang.String> additionalArguments,
@NotNull ConfigurationFiles configurationFiles) |
static @NotNull NativeImageArgumentsFactory |
getInstance() |
boolean |
supports(@NotNull OperatingSystem os) |
@NotNull static @NotNull NativeImageArgumentsFactory getInstance()
boolean supports(@NotNull
@NotNull OperatingSystem os)
@NotNull @NotNull NativeImageArguments create(@NotNull @NotNull org.gradle.api.provider.Property<org.gradle.api.artifacts.Configuration> runtimeClasspath, @NotNull @NotNull org.gradle.api.provider.Property<java.lang.String> mainClass, @NotNull @NotNull org.gradle.api.file.ConfigurableFileCollection jarFile, @NotNull @NotNull org.gradle.api.file.DirectoryProperty outputDirectory, @NotNull @NotNull org.gradle.api.provider.Property<java.lang.String> executableName, @NotNull @NotNull org.gradle.api.provider.ListProperty<java.lang.String> additionalArguments, @NotNull @NotNull ConfigurationFiles configurationFiles)