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