WatchService

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

final implicit class WatchServiceAdapter(service: WatchService) extends WatchService

Adapts a Java WatchService to be used with sbt's WatchService infrastructure.

Adapts a Java WatchService to be used with sbt's WatchService infrastructure.

Value parameters:
service

The WatchService to use.

Value members

Concrete methods

def polling(delay: FiniteDuration): WatchService

Implicits

Implicits

final implicit def WatchServiceAdapter(service: WatchService): WatchServiceAdapter

Adapts a Java WatchService to be used with sbt's WatchService infrastructure.

Adapts a Java WatchService to be used with sbt's WatchService infrastructure.

Value parameters:
service

The WatchService to use.