scala.build.preprocessing.PreprocessedSource$
See thePreprocessedSource companion class
object PreprocessedSource
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- PreprocessedSource.type
Members list
Concise view
Type members
Classlikes
final case class InMemory(originalPath: Either[String, (SubPath, Path)], relPath: RelPath, code: String, ignoreLen: Int, options: Option[BuildOptions], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], mainClassOpt: Option[String], scopePath: ScopePath, directivesPositions: Option[DirectivesPositions]) extends PreprocessedSource
Attributes
- Graph
- Supertypes
- class PreprocessedSourcetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
final case class NoSourceCode(options: Option[BuildOptions], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], path: Path) extends PreprocessedSource
Attributes
- Graph
- Supertypes
- class PreprocessedSourcetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
final case class OnDisk(path: Path, options: Option[BuildOptions], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], mainClassOpt: Option[String], directivesPositions: Option[DirectivesPositions]) extends PreprocessedSource
Attributes
- Graph
- Supertypes
- class PreprocessedSourcetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror