public class GatewayExportPluginConfig
extends java.lang.Object
| Constructor | Description |
|---|---|
GatewayExportPluginConfig(org.gradle.api.Project project) |
| Modifier and Type | Method | Description |
|---|---|---|
org.gradle.api.provider.Property<java.util.Map> |
getExportEntities() |
|
org.gradle.api.provider.Property<java.lang.String> |
getFolderPath() |
The path of the folder to export.
|
org.gradle.api.file.RegularFileProperty |
getRawBundle() |
|
org.gradle.api.file.RegularFileProperty |
getSanitizedBundle() |
|
org.gradle.api.file.DirectoryProperty |
getSolutionDir() |
public GatewayExportPluginConfig(org.gradle.api.Project project)
public org.gradle.api.file.DirectoryProperty getSolutionDir()
public org.gradle.api.file.RegularFileProperty getRawBundle()
public org.gradle.api.file.RegularFileProperty getSanitizedBundle()
public org.gradle.api.provider.Property<java.util.Map> getExportEntities()
@Input @Optional public org.gradle.api.provider.Property<java.lang.String> getFolderPath()