Sources

final case class Sources(paths: Seq[(Path, RelPath)], inMemory: Seq[InMemory], defaultMainClass: Option[String], resourceDirs: Seq[Path], buildOptions: BuildOptions)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

lazy val hasJava: Boolean
lazy val hasScala: Boolean