KeyIndex

sbt.internal.KeyIndex
See theKeyIndex companion object
trait KeyIndex

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def buildURIs: Set[URI]
def configs(proj: Option[ResolvedReference]): Set[String]
def exists(project: Option[ResolvedReference]): Boolean
def keys(proj: Option[ResolvedReference]): Set[String]
def keys(proj: Option[ResolvedReference], conf: Option[String]): Set[String]
def keys(proj: Option[ResolvedReference], conf: Option[String], task: Option[AttributeKey[_]]): Set[String]
def projects(uri: URI): Set[String]
def tasks(proj: Option[ResolvedReference], conf: Option[String]): Set[AttributeKey[_]]
def tasks(proj: Option[ResolvedReference], conf: Option[String], key: String): Set[AttributeKey[_]]

Concrete methods

def isEmpty(proj: Option[ResolvedReference], conf: Option[String]): Boolean
def isEmpty(proj: Option[ResolvedReference], conf: Option[String], task: Option[AttributeKey[_]]): Boolean