c

sbt.internal

BuildStructure

final class BuildStructure extends AnyRef

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

Instance Constructors

  1. new BuildStructure(units: Map[URI, LoadedBuildUnit], root: URI, settings: Seq[Def.Setting[_]], data: Settings[Scope], index: StructureIndex, streams: (State) ⇒ Streams, delegates: (Scope) ⇒ Seq[Scope], scopeLocal: Def.ScopeLocal)

Value Members

  1. def allProjectRefs(build: URI): Seq[ProjectRef]
  2. def allProjectRefs: Seq[ProjectRef]
  3. def allProjects(build: URI): Seq[ResolvedProject]
  4. def allProjects: Seq[ResolvedProject]
  5. val data: Settings[Scope]
  6. val delegates: (Scope) ⇒ Seq[Scope]
  7. val extra: BuildUtil[ResolvedProject]
  8. val index: StructureIndex
  9. val root: URI
  10. val rootProject: (URI) ⇒ String
  11. val scopeLocal: Def.ScopeLocal
  12. val settings: Seq[Def.Setting[_]]
  13. val streams: (State) ⇒ Streams
  14. val units: Map[URI, LoadedBuildUnit]