trait ExtendableKeyIndex extends KeyIndex
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExtendableKeyIndex
- KeyIndex
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def add(scoped: Def.ScopedKey[_]): ExtendableKeyIndex
- abstract def addAggregated(scoped: Def.ScopedKey[_], extra: BuildUtil[_]): ExtendableKeyIndex
-
abstract
def
buildURIs: Set[URI]
- Definition Classes
- KeyIndex
-
abstract
def
configs(proj: Option[ResolvedReference]): Set[String]
- Definition Classes
- KeyIndex
-
abstract
def
exists(project: Option[ResolvedReference]): Boolean
- Definition Classes
- KeyIndex
-
abstract
def
keys(proj: Option[ResolvedReference], conf: Option[String], task: Option[AttributeKey[_]]): Set[String]
- Definition Classes
- KeyIndex
-
abstract
def
keys(proj: Option[ResolvedReference], conf: Option[String]): Set[String]
- Definition Classes
- KeyIndex
-
abstract
def
keys(proj: Option[ResolvedReference]): Set[String]
- Definition Classes
- KeyIndex
-
abstract
def
projects(uri: URI): Set[String]
- Definition Classes
- KeyIndex
-
abstract
def
tasks(proj: Option[ResolvedReference], conf: Option[String], key: String): Set[AttributeKey[_]]
- Definition Classes
- KeyIndex
-
abstract
def
tasks(proj: Option[ResolvedReference], conf: Option[String]): Set[AttributeKey[_]]
- Definition Classes
- KeyIndex
Concrete Value Members
-
def
isEmpty(proj: Option[ResolvedReference], conf: Option[String], task: Option[AttributeKey[_]]): Boolean
- Definition Classes
- KeyIndex
-
def
isEmpty(proj: Option[ResolvedReference], conf: Option[String]): Boolean
- Definition Classes
- KeyIndex