c

sbt.internal

BuildUnit

final class BuildUnit extends AnyRef

The loaded, but unresolved build unit.

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

Instance Constructors

  1. new BuildUnit(uri: URI, localBase: File, definitions: LoadedDefinitions, plugins: LoadedPlugins)

    uri

    The uniquely identifying URI for the build.

    localBase

    The working location of the build on the filesystem. For local URIs, this is the same as uri, but for remote URIs, this is the local copy or workspace allocated for the build.

Value Members

  1. val definitions: LoadedDefinitions
  2. val localBase: File
  3. val plugins: LoadedPlugins
  4. def toString(): String
    Definition Classes
    BuildUnit → AnyRef → Any
  5. val uri: URI