Executable

object Executable

Execute external commands

class Object
trait Matchable
class Any

Type members

Classlikes

class StringProcessLogger extends ProcessLogger

Value members

Concrete methods

def execute(executable: FilePath, arguments: Seq[String]): Operation[String]

Execute an external program and return the output

Execute an external program and return the output

def run(executable: FilePath, arguments: Seq[String]): Operation[Unit]

Run an external program

Run an external program

Concrete fields

val NullProcessLogger: ProcessLogger