class Script
<init> |
Script(instance: LocalInstance, shellCommand: List<String>, wrapper: File, bin: File) |
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 |
executeAsync |
fun executeAsync(): Unit |
executeSync |
fun executeSync(options: ProcBuilder.() -> Unit = {}): ProcResult |
toString |
fun toString(): String |