final class LoadedDefinitions extends AnyRef
The built and loaded build definition, including loaded but unresolved Projects, for a build unit (for a single URI).
- Alphabetic
- By Inheritance
- LoadedDefinitions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new LoadedDefinitions(base: File, target: Seq[File], loader: ClassLoader, builds: Seq[BuildDef], projects: Seq[Project], buildNames: Seq[String])
-
new
LoadedDefinitions(base: File, target: Seq[File], loader: ClassLoader, builds: Seq[BuildDef], projects: Seq[Project], buildNames: Seq[String], dslDefinitions: DefinedSbtValues)
- base
The base directory of the build definition, typically
<build base>/project/
.- loader
The ClassLoader containing all classes and plugins for the build definition project. Note that this does not include classes for .sbt files.
- builds
The list of BuildDefs for the build unit. In addition to auto-discovered BuildDefs, this includes any auto-generated default BuildDefs.
- projects
The list of all Projects from all BuildDefs. These projects have not yet been resolved, but they have had auto-plugins applied. In particular, each Project's
autoPlugins
field is populated according to their configuredplugins
and theirsettings
andconfigurations
updated as appropriate.- buildNames
No longer used and will be deprecated once feasible.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val base: File
- val buildNames: Seq[String]
- val builds: Seq[BuildDef]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dslDefinitions: DefinedSbtValues
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val loader: ClassLoader
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val projects: Seq[Project]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val target: Seq[File]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()