WatchService

sbt.io.WatchService
See theWatchService companion trait
object WatchService

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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.

Attributes

Supertypes
trait WatchService
class Object
trait Matchable
class Any

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.

Attributes