Packages

object BuildUtil

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

Value Members

  1. def aggregationRelation(units: Map[URI, LoadedBuildUnit]): Relation[ProjectRef, ProjectRef]
  2. def apply(root: URI, units: Map[URI, LoadedBuildUnit], keyIndex: KeyIndex, data: Settings[Scope]): BuildUtil[ResolvedProject]
  3. def baseImports: Seq[String]
  4. def checkCycles(units: Map[URI, LoadedBuildUnit]): Unit
  5. def dependencies(units: Map[URI, LoadedBuildUnit]): BuildDependencies
  6. def getImports(names: Seq[String]): Seq[String]

    import sbt._, Keys._, and wildcard import ._ for all names.

  7. def getImports(unit: BuildUnit): Seq[String]
  8. def importAll(values: Seq[String]): Seq[String]

    Wildcard import ._ for all values.

  9. def importAllRoot(values: Seq[String]): Seq[String]
  10. def importNames(names: Seq[String]): Seq[String]

    Import just the names.

  11. def importNamesRoot(names: Seq[String]): Seq[String]

    Prepend _root_ and import just the names.

  12. def rootedName(s: String): String