scala.build.CrossSources
See theCrossSources companion object
final case class CrossSources(paths: Seq[WithBuildRequirements[(Path, RelPath)]], inMemory: Seq[WithBuildRequirements[InMemory]], defaultMainClass: Option[String], resourceDirs: Seq[WithBuildRequirements[Path]], buildOptions: Seq[WithBuildRequirements[BuildOptions]]) extends UnwrappedCrossSources
Information gathered from preprocessing command inputs - sources and build options from using directives
Value parameters
- buildOptions
-
build options from sources
- inMemory
-
in memory sources (e.g. snippets and wrapped scripts) wrapped in their build requirements
- paths
-
paths and realtive paths to sources on disk, wrapped in their build requirements
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass UnwrappedCrossSourcesclass Objecttrait Matchableclass Any
Members list
In this article