Watched

sbt.Watched
See theWatched companion object
trait Watched

Attributes

Companion
object
Deprecated
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def antiEntropy: FiniteDuration

The duration for which the EventMonitor while ignore file events after a file triggers a new build.

The duration for which the EventMonitor while ignore file events after a file triggers a new build.

Attributes

def pollInterval: FiniteDuration

The time in milliseconds between checking for changes. The actual time between the last change made to a file and the execution time is between pollInterval and pollInterval*2.

The time in milliseconds between checking for changes. The actual time between the last change made to a file and the execution time is between pollInterval and pollInterval*2.

Attributes

def terminateWatch(key: Int): Boolean

The files watched when an action is run with a proceeding ~

The files watched when an action is run with a proceeding ~

Attributes