AttributeKey

sbt.internal.util.AttributeKey
See theAttributeKey companion trait
object AttributeKey

Attributes

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

Members list

Value members

Concrete methods

def apply[A : OptJsonWriter](name: String): AttributeKey[A]
def apply[A : OptJsonWriter](name: String, rank: Int): AttributeKey[A]
def apply[A : OptJsonWriter](name: String, description: String): AttributeKey[A]
def apply[A : OptJsonWriter](name: String, description: String, rank: Int): AttributeKey[A]
def apply[A : OptJsonWriter](name: String, description: String, extend: Seq[AttributeKey[_]]): AttributeKey[A]
def apply[A : OptJsonWriter](name: String, description: String, extend: Seq[AttributeKey[_]], rank: Int): AttributeKey[A]