sealed class Setting[T] extends SettingsDefinition
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Setting
- SettingsDefinition
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def definitive: Boolean
- def dependencies: Seq[ScopedKey[_]]
-
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()
- val init: Initialize[T]
-
def
isDerived: Boolean
- Attributes
- protected[sbt]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: ScopedKey[T]
-
def
make[B](key: ScopedKey[B], init: Initialize[B], pos: SourcePosition): Setting[B]
- Attributes
- protected[this]
- def mapConstant(g: MapConstant): Setting[T]
- def mapInit(f: (ScopedKey[T], T) ⇒ T): Setting[T]
- def mapKey(g: MapScoped): Setting[T]
- def mapReferenced(g: MapScoped): Setting[T]
-
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 pos: SourcePosition
- def positionString: Option[String]
-
def
settings: List[Setting[T]]
- Definition Classes
- Setting → SettingsDefinition
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Setting → AnyRef → Any
- def validateReferenced(g: ValidateRef): Either[Seq[Undefined], Setting[T]]
-
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()
- def withPos(pos: SourcePosition): Setting[T]