Packages

c

sbt.internal

LoadedBuildUnit

final class LoadedBuildUnit extends BuildUnitBase

A resolved build unit. (ResolvedBuildUnit would be a better name to distinguish it from the loaded, but unresolved BuildUnit.)

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

Instance Constructors

  1. new LoadedBuildUnit(unit: BuildUnit, defined: Map[String, ResolvedProject], rootProjects: Seq[String], buildSettings: Seq[Def.Setting[_]])

    unit

    The loaded, but unresolved BuildUnit this was resolved from.

    defined

    The definitive map from project IDs to resolved projects. These projects have had References resolved and AutoPlugins evaluated.

    rootProjects

    The list of project IDs for the projects considered roots of this build. The first root project is used as the default in several situations where a project is not otherwise selected.

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val buildSettings: Seq[Def.Setting[_]]
    Definition Classes
    LoadedBuildUnitBuildUnitBase
  6. def classpath: Seq[File]

    The classpath to use when compiling against this build unit's publicly visible code.

    The classpath to use when compiling against this build unit's publicly visible code. It includes build definition and plugin classes and classes for .sbt file statements and expressions.

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val defined: Map[String, ResolvedProject]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def imports: Seq[String]

    The imports to use for .sbt files, consoleProject and other contexts that use code from the build definition.

  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def loader: ClassLoader

    The class loader to use for this build unit's publicly visible code.

    The class loader to use for this build unit's publicly visible code. It includes build definition and plugin classes and classes for .sbt file statements and expressions.

  17. def localBase: File

    The base directory of the build unit (not the build definition).

  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def projects: Iterable[ResolvedProject]
  22. val root: String

    The project to use as the default when one is not otherwise selected.

    The project to use as the default when one is not otherwise selected. LocalRootProject resolves to this from within the same build.

  23. val rootProjects: Seq[String]
    Definition Classes
    LoadedBuildUnitBuildUnitBase
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    LoadedBuildUnit → AnyRef → Any
  26. val unit: BuildUnit
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from BuildUnitBase

Inherited from AnyRef

Inherited from Any

Ungrouped