Packages

o

sbt.nio

Keys

object Keys

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

Type Members

  1. sealed trait WatchBuildSourceOption extends AnyRef

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. val allInputFiles: TaskKey[Seq[Path]]
  5. val allOutputFiles: TaskKey[Seq[Path]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val changedInputFiles: TaskKey[(Seq[(Path, FileStamp)]) ⇒ FileChanges]
  8. val changedOutputFiles: TaskKey[(Seq[(Path, FileStamp)]) ⇒ FileChanges]
  9. val checkBuildSources: TaskKey[StateTransform]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. val fileInputExcludeFilter: SettingKey[PathFilter]
  14. val fileInputIncludeFilter: SettingKey[PathFilter]
  15. val fileInputs: SettingKey[Seq[Glob]]
  16. val fileOutputExcludeFilter: SettingKey[PathFilter]
  17. val fileOutputIncludeFilter: SettingKey[PathFilter]
  18. val fileOutputs: SettingKey[Seq[Glob]]
  19. val fileTreeView: TaskKey[Nio[FileAttributes]]
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val inputFileStamper: SettingKey[FileStamper]
  24. val inputFileStamps: TaskKey[Seq[(Path, FileStamp)]]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val onChangedBuildSource: SettingKey[WatchBuildSourceOption]
  30. val outputFileStamper: SettingKey[FileStamper]
  31. val outputFileStamps: TaskKey[Seq[(Path, FileStamp)]]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. val watchAntiEntropyPollPeriod: SettingKey[FiniteDuration]
  38. val watchAntiEntropyRetentionPeriod: SettingKey[FiniteDuration]
  39. val watchBeforeCommand: SettingKey[() ⇒ Unit]
  40. val watchDeletionQuarantinePeriod: SettingKey[FiniteDuration]
  41. val watchForceTriggerOnAnyChange: SettingKey[Boolean]
  42. val watchInputOptions: SettingKey[Seq[InputOption]]
  43. val watchInputOptionsMessage: SettingKey[String]
  44. val watchInputParser: SettingKey[Parser[Watch.Action]]
  45. val watchInputStream: TaskKey[InputStream]
  46. val watchLogLevel: SettingKey[util.Level.Value]
  47. val watchOnFileInputEvent: SettingKey[(Int, Event) ⇒ Watch.Action]
  48. val watchOnIteration: SettingKey[(Int, ProjectRef, Seq[String]) ⇒ Watch.Action]
  49. val watchOnTermination: SettingKey[(Watch.Action, String, Int, State) ⇒ State]
  50. val watchPersistFileStamps: SettingKey[Boolean]
  51. val watchStartMessage: SettingKey[(Int, ProjectRef, Seq[String]) ⇒ Option[String]]
  52. val watchTriggeredMessage: SettingKey[(Int, Path, Seq[String]) ⇒ Option[String]]

    Sets the message to display after a new build is triggered.

    Sets the message to display after a new build is triggered. By default, it prints the file that triggered the build and what command(s) will be run. To clear the screen, add

    watchTriggeredMessage := Watch.clearScreenOnTrigger

    to the build.

  53. val watchTriggers: SettingKey[Seq[Glob]]
  54. object IgnoreSourceChanges extends WatchBuildSourceOption with Product with Serializable
  55. object ReloadOnSourceChanges extends WatchBuildSourceOption with Product with Serializable
  56. object WarnOnSourceChanges extends WatchBuildSourceOption with Product with Serializable

Deprecated Value Members

  1. val watchTasks: InputKey[StateTransform]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) The watch input task no longer has any effect.

Inherited from AnyRef

Inherited from Any

Ungrouped