object Watched
- Alphabetic
- By Inheritance
- Watched
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearScreen: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def createWatchService(pollDelay: FiniteDuration): WatchService
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def terminateWatch(key: Int): Boolean
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object WatchSource
Deprecated Value Members
-
val
AntiEntropy: FiniteDuration
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Replaced by defaultAntiEntropy
-
val
Configuration: AttributeKey[Watched]
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) No longer used for continuous execution
-
val
ContinuousEventMonitor: AttributeKey[EventMonitor]
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) ContinuousEventMonitor attribute is not used by Watched.command
-
val
ContinuousState: AttributeKey[WatchState]
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Superseded by ContinuousEventMonitor
-
val
ContinuousWatchService: AttributeKey[WatchService]
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Superseded by ContinuousEventMonitor
-
val
PollDelay: FiniteDuration
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Replaced by defaultPollInterval
-
val
clearWhenTriggered: (WatchState) ⇒ String
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Use Watch.clearScreenOnTrigger in conjunction with the watchTriggeredMessage key
-
def
createWatchService(): WatchService
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Use the version that explicitly takes the poll delay
-
val
defaultTriggeredMessage: (WatchState) ⇒ String
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Use Watch.defaultOnTriggerMessage in conjunction with the watchTriggeredMessage key
-
val
defaultWatchingMessage: (WatchState) ⇒ String
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Use Watch.defaultStartWatch in conjunction with the watchStartMessage key
-
def
empty: Watched
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) This method is not used and may be removed in a future version of sbt
-
def
executeContinuously(watched: Watched, s: State, next: String, repeat: String): State
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Replaced by Watched.command
-
def
isEnter(key: Int): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) This is no longer used by continuous builds.
-
def
multi(base: Watched, paths: Seq[Watched]): Watched
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) This method is not used and may be removed in a future version of sbt
-
def
printIfDefined(msg: String): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) This is no longer used by continuous builds.
-
def
projectOnWatchMessage(project: String): (Int, String, Seq[String]) ⇒ Option[String]
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) unused
-
def
projectWatchingMessage(projectId: String): (WatchState) ⇒ String
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) unused