public class Process extends Object
| Modifier and Type | Method and Description |
|---|---|
static Process |
apply(String command) |
int |
run()
scala.sys.process.ProcessBuilder#!
Starts the process represented by this builder, blocks until it exits,
and returns the exit code.
|
Seq<String> |
runAndGetStdout()
scala.sys.process.ProcessBuilder#!!
Starts the process represented by this builder, blocks until it exits,
and returns the output as a String.
|
Copyright © 2015. All rights reserved.