Invocation

svsim.Backend.Parameters.Invocation
final case class Invocation(arguments: Seq[String], environment: Seq[(String, String)])

Parameters for the invocation of a command-line tool. The constituent properties are private to svsim and not meant for external consumption (we may change this representation in the future, for example to add convenient tracing functionality to make-replay).

Attributes

Source
Backend.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product