Nop

os.Checker.Nop
object Nop extends Checker

A no-op Checker.

Attributes

Graph
Supertypes
trait Checker
class Object
trait Matchable
class Any
Self type
Nop.type

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

def onWrite(path: Path): Unit

A hook for a write operation on path.

A hook for a write operation on path.

Attributes