Packages

object Watched

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Watched
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type WatchSource = Source

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearScreen: String
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def createWatchService(pollDelay: FiniteDuration): WatchService
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def terminateWatch(key: Int): Boolean
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. object WatchSource

Deprecated Value Members

  1. val AntiEntropy: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Replaced by defaultAntiEntropy

  2. val Configuration: AttributeKey[Watched]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) No longer used for continuous execution

  3. val ContinuousEventMonitor: AttributeKey[EventMonitor]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) ContinuousEventMonitor attribute is not used by Watched.command

  4. val ContinuousState: AttributeKey[WatchState]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Superseded by ContinuousEventMonitor

  5. val ContinuousWatchService: AttributeKey[WatchService]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Superseded by ContinuousEventMonitor

  6. val PollDelay: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Replaced by defaultPollInterval

  7. val clearWhenTriggered: (WatchState) ⇒ String
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use Watch.clearScreenOnTrigger in conjunction with the watchTriggeredMessage key

  8. def createWatchService(): WatchService
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use the version that explicitly takes the poll delay

  9. val defaultTriggeredMessage: (WatchState) ⇒ String
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use Watch.defaultOnTriggerMessage in conjunction with the watchTriggeredMessage key

  10. val defaultWatchingMessage: (WatchState) ⇒ String
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use Watch.defaultStartWatch in conjunction with the watchStartMessage key

  11. 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

  12. def executeContinuously(watched: Watched, s: State, next: String, repeat: String): State
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Replaced by Watched.command

  13. def isEnter(key: Int): Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) This is no longer used by continuous builds.

  14. 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

  15. def printIfDefined(msg: String): Unit
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) This is no longer used by continuous builds.

  16. def projectOnWatchMessage(project: String): (Int, String, Seq[String]) ⇒ Option[String]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) unused

  17. def projectWatchingMessage(projectId: String): (WatchState) ⇒ String
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) unused

Inherited from AnyRef

Inherited from Any

Ungrouped