Index

sbt.internal.Index
object Index

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Index.type

Members list

Value members

Concrete methods

def allKeys(settings: Seq[Setting[_]]): Set[ScopedKey[_]]
def attributeKeys(settings: Settings[Scope]): Set[AttributeKey[_]]
def stringToKeyMap(settings: Set[AttributeKey[_]]): Map[String, AttributeKey[_]]
def taskToKeyMap(data: Settings[Scope]): Map[Task[_], ScopedKey[Task[_]]]
def triggers(ss: Settings[Scope]): Triggers