final class BuildStructure extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BuildStructure
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
- def allProjectRefs(build: URI): Seq[ProjectRef]
- def allProjectRefs: Seq[ProjectRef]
- def allProjects(build: URI): Seq[ResolvedProject]
- def allProjects: Seq[ResolvedProject]
- val data: Settings[Scope]
- val delegates: (Scope) ⇒ Seq[Scope]
- val extra: BuildUtil[ResolvedProject]
- val index: StructureIndex
- val root: URI
- val rootProject: (URI) ⇒ String
- val scopeLocal: Def.ScopeLocal
- val settings: Seq[Def.Setting[_]]
- val streams: (State) ⇒ Streams
- val units: Map[URI, LoadedBuildUnit]