object Scope extends Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Global: Scope
  5. val GlobalScope: Scope
  6. val ThisScope: Scope
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def axisDelegates[T](direct: (ResolvedReference, T) ⇒ Seq[T], ref: ResolvedReference, init: T): (T, Seq[ScopeAxis[T]])
  9. def buildResolve(uri: URI): (Scope) ⇒ Scope
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def delegates[Proj](refs: Seq[(ProjectRef, Proj)], configurations: (Proj) ⇒ Seq[ConfigKey], projectInherit: (ProjectRef) ⇒ Seq[ProjectRef], configInherit: (ResolvedReference, ConfigKey) ⇒ Seq[ConfigKey]): DelegateIndex
  12. 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: (AttributeKey[_]) ⇒ Seq[AttributeKey[_]], extraInherit: (ResolvedReference, AttributeMap) ⇒ Seq[AttributeMap]): (Scope) ⇒ Seq[Scope]
  13. def display(scope: Scope, sep: String, showProject: (Reference) ⇒ String): String
  14. def display(scope: Scope, sep: String): String
  15. def display(config: ConfigKey): String
  16. def displayMasked(scope: Scope, sep: String, showProject: (Reference) ⇒ String, mask: ScopeMask): String
  17. def displayMasked(scope: Scope, sep: String, mask: ScopeMask): String
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equal(a: Scope, b: Scope, mask: ScopeMask): Boolean
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def fillTaskAxis(scope: Scope, key: AttributeKey[_]): Scope
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  24. def globalProjectDelegates(scope: Scope): Seq[Scope]
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  26. def indexedDelegates(resolve: (Reference) ⇒ ResolvedReference, index: DelegateIndex, rootProject: (URI) ⇒ String, taskInherit: (AttributeKey[_]) ⇒ Seq[AttributeKey[_]], extraInherit: (ResolvedReference, AttributeMap) ⇒ Seq[AttributeMap])(rawScope: Scope): Seq[Scope]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def linearize[T](axis: ScopeAxis[T], appendZero: Boolean = true)(inherit: (T) ⇒ Seq[T]): Seq[ScopeAxis[T]]
  29. def mapReference(f: (Reference) ⇒ Reference): (Scope) ⇒ Scope
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  33. def projectPrefix(project: ScopeAxis[Reference], show: (Reference) ⇒ String = showProject): String
  34. def rawBuild(ps: ScopeAxis[ProjectRef]): Seq[ScopeAxis[BuildRef]]
  35. def replaceThis(thisScope: Scope): (Scope) ⇒ Scope
  36. def resolveBuild(current: URI, uri: URI): URI
  37. def resolveBuild(current: URI, ref: BuildReference): BuildReference
  38. def resolveBuildOnly(current: URI, ref: Reference): Reference
  39. def resolveBuildRef(current: URI, ref: BuildReference): BuildRef
  40. def resolveBuildScope(thisScope: Scope, current: URI): (Scope) ⇒ Scope
  41. def resolveProject(uri: URI, rootProject: (URI) ⇒ String): (Scope) ⇒ Scope
  42. def resolveProjectBuild(current: URI, ref: ProjectReference): ProjectReference
  43. def resolveProjectRef(current: URI, rootProject: (URI) ⇒ String, ref: ProjectReference): ProjectRef
  44. def resolveReference(current: URI, rootProject: (URI) ⇒ String, ref: Reference): ResolvedReference
  45. def resolveScope(thisScope: Scope, current: URI, rootProject: (URI) ⇒ String): (Scope) ⇒ Scope
  46. def showProject: (Reference) ⇒ String
  47. def subThis[T](sub: ScopeAxis[T], into: ScopeAxis[T]): ScopeAxis[T]
  48. def subThisProject: (Scope) ⇒ Scope

    Select(ThisProject) cannot be resolved by resolveProject (it doesn't know what to replace it with), so we perform this transformation so that replaceThis picks it up.

  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def topologicalSort[T](node: T, appendZero: Boolean)(dependencies: (T) ⇒ Seq[T]): Seq[ScopeAxis[T]]
  52. def transformTaskName(s: String): String
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def withGlobalScope(base: Scope): Seq[Scope]
  57. def withRawBuilds(ps: Seq[ScopeAxis[ProjectRef]]): Seq[ScopeAxis[ResolvedReference]]
  58. def withZeroAxis[T](base: ScopeAxis[T]): Seq[ScopeAxis[T]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped