public interface MergeNativeImageConfigTask
extends org.gradle.api.Task
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Function<org.gradle.api.Project,org.gradle.api.provider.Provider<org.gradle.api.file.Directory>> |
DEFAULT_DESTINATION_DIR |
static java.lang.String |
JNI_CONFIG_JSON |
static java.lang.String |
PROXY_CONFIG_JSON |
static java.lang.String |
REFLECT_CONFIG_JSON |
static java.lang.String |
RESOURCE_CONFIG_JSON |
| Modifier and Type | Method and Description |
|---|---|
void |
configFiles(@NotNull org.gradle.api.Action<ConfigFileConfiguration> action) |
void |
destinationDir(@NotNull java.io.File destinationDir) |
void |
destinationDir(@NotNull java.nio.file.Path destinationDir) |
void |
destinationDir(@NotNull org.gradle.api.provider.Provider<org.gradle.api.file.Directory> destinationDir) |
void |
destinationDir(@NotNull java.lang.String destinationDir) |
void |
fromDirectories(@NotNull org.gradle.api.provider.Provider<org.gradle.api.file.FileCollection> directories) |
@NotNull org.gradle.api.file.DirectoryProperty |
getDestinationDir() |
@NotNull org.gradle.api.provider.ListProperty<java.io.File> |
getJniConfigs() |
@NotNull org.gradle.api.provider.ListProperty<java.io.File> |
getProxyConfigs() |
@NotNull org.gradle.api.provider.ListProperty<java.io.File> |
getReflectConfigs() |
@NotNull org.gradle.api.provider.ListProperty<java.io.File> |
getResourceConfigs() |
configure, 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, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServicestatic final java.util.function.Function<org.gradle.api.Project,org.gradle.api.provider.Provider<org.gradle.api.file.Directory>> DEFAULT_DESTINATION_DIR
static final java.lang.String JNI_CONFIG_JSON
static final java.lang.String PROXY_CONFIG_JSON
static final java.lang.String REFLECT_CONFIG_JSON
static final java.lang.String RESOURCE_CONFIG_JSON
void destinationDir(@NotNull
@NotNull java.lang.String destinationDir)
void destinationDir(@NotNull
@NotNull java.io.File destinationDir)
void destinationDir(@NotNull
@NotNull java.nio.file.Path destinationDir)
void destinationDir(@NotNull
@NotNull org.gradle.api.provider.Provider<org.gradle.api.file.Directory> destinationDir)
void fromDirectories(@NotNull
@NotNull org.gradle.api.provider.Provider<org.gradle.api.file.FileCollection> directories)
void configFiles(@NotNull
@NotNull org.gradle.api.Action<ConfigFileConfiguration> action)
@NotNull @OutputDirectory @NotNull org.gradle.api.file.DirectoryProperty getDestinationDir()
@NotNull @InputFiles @NotNull org.gradle.api.provider.ListProperty<java.io.File> getJniConfigs()
@NotNull @InputFiles @NotNull org.gradle.api.provider.ListProperty<java.io.File> getProxyConfigs()
@NotNull @InputFiles @NotNull org.gradle.api.provider.ListProperty<java.io.File> getReflectConfigs()
@NotNull @InputFiles @NotNull org.gradle.api.provider.ListProperty<java.io.File> getResourceConfigs()