Executable

org.specs2.control.Executable$
object Executable

Execute external commands

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Executable.type

Members list

Type members

Classlikes

class StringProcessLogger extends ProcessLogger

Attributes

Supertypes
trait ProcessLogger
class Object
trait Matchable
class Any

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

Attributes

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

Run an external program

Run an external program

Attributes

Concrete fields

val NullProcessLogger: ProcessLogger