Skip to content

Executor

[Source]

Executor handles all the work of setting up the working environment and running commands. It resolves directories, creates the Project and Context objects, and then runs the given command.

primitive val Executor

Constructors

create

[Source]

new val create()
: Executor val^

Returns


Public Functions

execute

[Source]

fun box execute(
  command: CmdType ref,
  env: Env val,
  log: Logger[String val] val,
  uout: Logger[String val] val,
  nothing: Bool val,
  bundle_dir_arg: String val)
: None val

Parameters

Returns


eq

[Source]

fun box eq(
  that: Executor val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: Executor val)
: Bool val

Parameters

Returns