BuildUtilLite

sbt.internal.BuildUtilLite
object BuildUtilLite

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def importAll(values: Seq[String]): Seq[String]

Wildcard import ._ for all values.

Wildcard import ._ for all values.

Attributes

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

Import just the names.

Import just the names.

Attributes

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

Prepend _root_ and import just the names.

Prepend _root_ and import just the names.

Attributes

def rootedName(s: String): String