Packages

t

sbt.internal

ExtendableKeyIndex

trait ExtendableKeyIndex extends KeyIndex

Linear Supertypes
KeyIndex, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtendableKeyIndex
  2. KeyIndex
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def add(scoped: Def.ScopedKey[_]): ExtendableKeyIndex
  2. abstract def addAggregated(scoped: Def.ScopedKey[_], extra: BuildUtil[_]): ExtendableKeyIndex
  3. abstract def buildURIs: Set[URI]
    Definition Classes
    KeyIndex
  4. abstract def configs(proj: Option[ResolvedReference]): Set[String]
    Definition Classes
    KeyIndex
  5. abstract def exists(project: Option[ResolvedReference]): Boolean
    Definition Classes
    KeyIndex
  6. abstract def keys(proj: Option[ResolvedReference], conf: Option[String], task: Option[AttributeKey[_]]): Set[String]
    Definition Classes
    KeyIndex
  7. abstract def keys(proj: Option[ResolvedReference], conf: Option[String]): Set[String]
    Definition Classes
    KeyIndex
  8. abstract def keys(proj: Option[ResolvedReference]): Set[String]
    Definition Classes
    KeyIndex
  9. abstract def projects(uri: URI): Set[String]
    Definition Classes
    KeyIndex
  10. abstract def tasks(proj: Option[ResolvedReference], conf: Option[String], key: String): Set[AttributeKey[_]]
    Definition Classes
    KeyIndex
  11. abstract def tasks(proj: Option[ResolvedReference], conf: Option[String]): Set[AttributeKey[_]]
    Definition Classes
    KeyIndex

Concrete Value Members

  1. def isEmpty(proj: Option[ResolvedReference], conf: Option[String], task: Option[AttributeKey[_]]): Boolean
    Definition Classes
    KeyIndex
  2. def isEmpty(proj: Option[ResolvedReference], conf: Option[String]): Boolean
    Definition Classes
    KeyIndex