SettingKey

sbt.SettingKey
See theSettingKey companion class
object SettingKey

Constructs SettingKeys, which are associated with a value to define a basic setting.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SettingKey.type

Members list

Value members

Concrete methods

def apply[A1 : OptJsonWriter](label: String): SettingKey[A1]
def apply[A1 : OptJsonWriter](label: String, description: String): SettingKey[A1]
def apply[A1 : OptJsonWriter](label: String, description: String, rank: Int): SettingKey[A1]
def apply[A1 : OptJsonWriter](label: String, description: String, extend1: Scoped, extendN: Scoped*): SettingKey[A1]
def apply[A1 : OptJsonWriter](label: String, description: String, rank: Int, extend1: Scoped, extendN: Scoped*): SettingKey[A1]
def apply[A1](akey: AttributeKey[A1]): SettingKey[A1]
def local[A1 : OptJsonWriter]: SettingKey[A1]