SystemUtils

aptus.aptutils.SystemUtils
object SystemUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def run(cmdItems: String*): String
def run(redirectError: Boolean)(cmdItems: Seq[String]): Either[(String, String), String]
def runCommand(cmd: String): String
def runCommandWithErrorRedirection(cmd: String): String
def runWithErrorRedirection(cmdItems: String*): String
def streamSystemCall(ec: ExecutionContext)(args: String*): (OutputStream, InputStream)