object BuildUtil
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BuildUtil
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def aggregationRelation(units: Map[URI, LoadedBuildUnit]): Relation[ProjectRef, ProjectRef]
- def apply(root: URI, units: Map[URI, LoadedBuildUnit], keyIndex: KeyIndex, data: Settings[Scope]): BuildUtil[ResolvedProject]
- def baseImports: Seq[String]
- def checkCycles(units: Map[URI, LoadedBuildUnit]): Unit
- def dependencies(units: Map[URI, LoadedBuildUnit]): BuildDependencies
-
def
getImports(names: Seq[String]): Seq[String]
import sbt._, Keys._
, and wildcard import._
for all names. - def getImports(unit: BuildUnit): Seq[String]
-
def
importAll(values: Seq[String]): Seq[String]
Wildcard import
._
for all values. - def importAllRoot(values: Seq[String]): Seq[String]
-
def
importNames(names: Seq[String]): Seq[String]
Import just the names.
-
def
importNamesRoot(names: Seq[String]): Seq[String]
Prepend
_root_
and import just the names. - def rootedName(s: String): String