InputKey

sbt.InputKey
See theInputKey companion trait
object InputKey

Constructs InputKeys, which are associated with input tasks to define a setting.

Attributes

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

Members list

Value members

Concrete methods

def apply[A1 : ClassTag](label: String): InputKey[A1]
def apply[A1 : ClassTag](label: String, description: String): InputKey[A1]
def apply[A1 : ClassTag](label: String, description: String, rank: Int): InputKey[A1]
def apply[A1 : ClassTag](label: String, description: String, extend1: Scoped, extendN: Scoped*): InputKey[A1]
def apply[A1 : ClassTag](label: String, description: String, rank: Int, extend1: Scoped, extendN: Scoped*): InputKey[A1]
def apply[A1](akey: AttributeKey[InputTask[A1]]): InputKey[A1]