UnwrappedCrossSources
scala.build.UnwrappedCrossSources
sealed class UnwrappedCrossSources(paths: Seq[WithBuildRequirements[(Path, RelPath)]], inMemory: Seq[WithBuildRequirements[InMemory]], defaultMainClass: Option[String], resourceDirs: Seq[WithBuildRequirements[Path]], buildOptions: Seq[WithBuildRequirements[BuildOptions]], unwrappedScripts: Seq[WithBuildRequirements[UnwrappedScript]])
CrossSources with unwrapped scripts, use withWrappedScripts to wrap them and obtain an instance of CrossSources
See CrossSources for more information
Attributes
- 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
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class CrossSources