sbt

Scope

object Scope extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Scope
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val GlobalScope: Scope

  7. val ScopedKeyRegex: Regex

  8. val ThisScope: Scope

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def axisDelegates[T](direct: (ResolvedReference, T) ⇒ Seq[T], ref: ResolvedReference, init: T): (T, Seq[ScopeAxis[T]])

  11. def buildResolve(uri: URI): (Scope) ⇒ Scope

  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def delegates[Proj](refs: Seq[(ProjectRef, Proj)], configurations: (Proj) ⇒ Seq[ConfigKey], projectInherit: (ProjectRef) ⇒ Seq[ProjectRef], configInherit: (ResolvedReference, ConfigKey) ⇒ Seq[ConfigKey]): DelegateIndex

  14. def delegates[Proj](refs: Seq[(ProjectRef, Proj)], configurations: (Proj) ⇒ Seq[ConfigKey], resolve: (Reference) ⇒ ResolvedReference, rootProject: (URI) ⇒ String, projectInherit: (ProjectRef) ⇒ Seq[ProjectRef], configInherit: (ResolvedReference, ConfigKey) ⇒ Seq[ConfigKey], taskInherit: (sbt.AttributeKey[_]) ⇒ Seq[sbt.AttributeKey[_]], extraInherit: (ResolvedReference, AttributeMap) ⇒ Seq[AttributeMap]): (Scope) ⇒ Seq[Scope]

  15. def display(scope: Scope, sep: String, showProject: (Reference) ⇒ String): String

  16. def display(scope: Scope, sep: String): String

  17. def display(config: ConfigKey): String

  18. def displayMasked(scope: Scope, sep: String, showProject: (Reference) ⇒ String, mask: ScopeMask): String

  19. def displayMasked(scope: Scope, sep: String, mask: ScopeMask): String

  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equal(a: Scope, b: Scope, mask: ScopeMask): Boolean

  22. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  23. def fillTaskAxis(scope: Scope, key: sbt.AttributeKey[_]): Scope

  24. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  26. def globalProjectDelegates(scope: Scope): Seq[Scope]

  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. def indexedDelegates(resolve: (Reference) ⇒ ResolvedReference, index: DelegateIndex, rootProject: (URI) ⇒ String, taskInherit: (sbt.AttributeKey[_]) ⇒ Seq[sbt.AttributeKey[_]], extraInherit: (ResolvedReference, AttributeMap) ⇒ Seq[AttributeMap])(rawScope: Scope): Seq[Scope]

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def linearize[T](axis: ScopeAxis[T], appendGlobal: Boolean)(inherit: (T) ⇒ Seq[T]): Seq[ScopeAxis[T]]

  31. def mapReference(f: (Reference) ⇒ Reference): (Scope) ⇒ Scope

  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. def parseScopedKey(command: String): (Scope, String)

  36. def projectPrefix(project: ScopeAxis[Reference], show: (Reference) ⇒ String = showProject): String

  37. def rawBuild(ps: ScopeAxis[ProjectRef]): Seq[ScopeAxis[BuildRef]]

  38. def readResolve(): AnyRef

    Attributes
    protected
  39. def replaceThis(thisScope: Scope): (Scope) ⇒ Scope

  40. def resolveBuild(current: URI, uri: URI): URI

  41. def resolveBuild(current: URI, ref: BuildReference): BuildReference

  42. def resolveBuildOnly(current: URI, ref: Reference): Reference

  43. def resolveBuildRef(current: URI, ref: BuildReference): BuildRef

  44. def resolveBuildScope(thisScope: Scope, current: URI): (Scope) ⇒ Scope

  45. def resolveProject(uri: URI, rootProject: (URI) ⇒ String): (Scope) ⇒ Scope

  46. def resolveProjectBuild(current: URI, ref: ProjectReference): ProjectReference

  47. def resolveProjectRef(current: URI, rootProject: (URI) ⇒ String, ref: ProjectReference): ProjectRef

  48. def resolveReference(current: URI, rootProject: (URI) ⇒ String, ref: Reference): ResolvedReference

  49. def resolveScope(thisScope: Scope, current: URI, rootProject: (URI) ⇒ String): (Scope) ⇒ Scope

  50. def showProject: (Reference) ⇒ String

  51. def subThis[T](sub: ScopeAxis[T], into: ScopeAxis[T]): ScopeAxis[T]

  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def toString(): String

    Definition Classes
    AnyRef → Any
  54. def topologicalSort[T](node: T, appendGlobal: Boolean)(dependencies: (T) ⇒ Seq[T]): Seq[ScopeAxis[T]]

  55. def transformTaskName(s: String): String

  56. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  57. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  58. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  59. def withGlobalAxis[T](base: ScopeAxis[T]): Seq[ScopeAxis[T]]

  60. def withGlobalScope(base: Scope): Seq[Scope]

  61. def withRawBuilds(ps: Seq[ScopeAxis[ProjectRef]]): Seq[ScopeAxis[ResolvedReference]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any