public class UnixLikeOsArgumentsFactory extends java.lang.Object implements NativeImageArgumentsFactory
| Constructor and Description |
|---|
UnixLikeOsArgumentsFactory() |
| 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) |
boolean |
supports(@NotNull OperatingSystem os) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic boolean supports(@NotNull
@NotNull OperatingSystem os)
supports in interface NativeImageArgumentsFactory@NotNull public @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)
create in interface NativeImageArgumentsFactory