WatchService

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final implicit
class WatchServiceAdapter(service: WatchService) extends WatchService with Unregisterable

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 Params
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 Params
service

The WatchService to use.