aem-plugin / com.cognifide.gradle.aem.common.instance.local / Script

Script

class Script

Constructors

<init>

Script(instance: LocalInstance, shellCommand: List<String>, wrapper: File, bin: File)

Properties

args

val args: List<String>

bin

val bin: File

command

val command: String

commandLine

val commandLine: List<String>

instance

val instance: LocalInstance

shellCommand

val shellCommand: List<String>

wrapper

val wrapper: File

Functions

executeAsync

fun executeAsync(): Unit

executeSync

fun executeSync(options: ProcBuilder.() -> Unit = {}): ProcResult

toString

fun toString(): String