ExecutionChecker

mill.exec.GroupExecution.ExecutionChecker
class ExecutionChecker(workspace: Path, isCommand: Boolean, isInput: Boolean, terminal: Task[_], validReadDests: Seq[Path], validWriteDests: Seq[Path]) extends Checker

Attributes

Source
GroupExecution.scala
Graph
Supertypes
trait Checker
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def onRead(path: ReadablePath): Unit

A hook for a read operation on path.

A hook for a read operation on path.

Attributes

Source
GroupExecution.scala
def onWrite(path: Path): Unit

A hook for a write operation on path.

A hook for a write operation on path.

Attributes

Source
GroupExecution.scala