Sandbox Argument Provider
class SandboxArgumentProvider(val sandboxConfigDirectory: DirectoryProperty, val sandboxPluginsDirectory: DirectoryProperty, val sandboxSystemDirectory: DirectoryProperty, val sandboxLogDirectory: DirectoryProperty) : CommandLineArgumentProvider
Provides command line arguments for working in a sandbox environment.
Constructors
Properties
Link copied to clipboard
@Optional
@InputDirectory
@PathSensitive(value = PathSensitivity.RELATIVE )
The input directory containing the sandbox configuration files.
Link copied to clipboard
The output directory where the sandbox log files will be written.
Link copied to clipboard
@Optional
@InputDirectory
@PathSensitive(value = PathSensitivity.RELATIVE )
The input directory containing the sandbox plugins.
Link copied to clipboard
The output directory where the sandbox system files will be written.