ScopedSources

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

Value members

Concrete methods

def sources(scope: Scope, baseOptions: BuildOptions): Sources

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product