object Keys
- Source
- Keys.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Keys
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait WatchBuildSourceOption extends AnyRef
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
- val allInputFiles: TaskKey[Seq[Path]]
- val allOutputFiles: TaskKey[Seq[Path]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val changedInputFiles: TaskKey[Option[ChangedFiles]]
- val changedOutputFiles: TaskKey[Option[ChangedFiles]]
- val checkBuildSources: TaskKey[Unit]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val fileInputs: SettingKey[Seq[Glob]]
- val fileOutputs: SettingKey[Seq[Glob]]
- val fileTreeView: TaskKey[Nio[FileAttributes]]
-
def
finalize(): Unit
- Attributes
- protected[java.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()
- val inputFileStamper: SettingKey[FileStamper]
-
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()
- val onChangedBuildSource: SettingKey[WatchBuildSourceOption]
- val outputFileStamper: SettingKey[FileStamper]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @native() @throws( ... )
- val watchAntiEntropyRetentionPeriod: SettingKey[FiniteDuration]
- val watchBeforeCommand: SettingKey[() ⇒ Unit]
- val watchDeletionQuarantinePeriod: SettingKey[FiniteDuration]
- val watchForceTriggerOnAnyChange: SettingKey[Boolean]
- val watchInputOptions: SettingKey[Seq[InputOption]]
- val watchInputOptionsMessage: SettingKey[String]
- val watchInputParser: SettingKey[Parser[Watch.Action]]
- val watchInputStream: TaskKey[InputStream]
- val watchLogLevel: SettingKey[util.Level.Value]
- val watchOnFileInputEvent: SettingKey[(Int, Event) ⇒ Watch.Action]
- val watchOnIteration: SettingKey[(Int, ProjectRef, Seq[String]) ⇒ Watch.Action]
- val watchOnTermination: SettingKey[(Watch.Action, String, Int, State) ⇒ State]
- val watchPersistFileStamps: SettingKey[Boolean]
- val watchStartMessage: SettingKey[(Int, ProjectRef, Seq[String]) ⇒ Option[String]]
- val watchTasks: InputKey[StateTransform]
- val watchTriggeredMessage: SettingKey[(Int, Path, Seq[String]) ⇒ Option[String]]
- val watchTriggers: SettingKey[Seq[Glob]]
- object IgnoreSourceChanges extends WatchBuildSourceOption with Product with Serializable
- object ReloadOnSourceChanges extends WatchBuildSourceOption with Product with Serializable
- object WarnOnSourceChanges extends WatchBuildSourceOption with Product with Serializable