Sources

scala.build.Sources
See theSources companion object
final case class Sources(paths: Seq[(Path, RelPath)], inMemory: Seq[InMemory], defaultMainClass: Option[String], resourceDirs: Seq[Path], buildOptions: BuildOptions)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def generateSources(generatedSrcRoot: Path): Seq[GeneratedSource]
def withVirtualDir(inputs: Inputs, scope: Scope, options: BuildOptions): Sources

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val hasJava: Boolean
lazy val hasScala: Boolean