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
Type members
Classlikes
final case class InMemory(originalPath: Either[String, (SubPath, Path)], relPath: RelPath, code: String, wrapperParamsOpt: Option[WrapperParams], options: Option[BuildOptions], optionsWithTargetRequirements: List[WithBuildRequirements[BuildOptions]], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], mainClassOpt: Option[String], scopePath: ScopePath, directivesPositions: Option[File]) extends PreprocessedSource
Attributes
- Supertypes
-
class PreprocessedSourcetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class NoSourceCode(options: Option[BuildOptions], optionsWithTargetRequirements: List[WithBuildRequirements[BuildOptions]], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], path: Path) extends PreprocessedSource
Attributes
- Supertypes
-
class PreprocessedSourcetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class OnDisk(path: Path, options: Option[BuildOptions], optionsWithTargetRequirements: List[WithBuildRequirements[BuildOptions]], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], mainClassOpt: Option[String], directivesPositions: Option[File]) extends PreprocessedSource
Attributes
- Supertypes
-
class PreprocessedSourcetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class UnwrappedScript(originalPath: Either[String, (SubPath, Path)], relPath: RelPath, options: Option[BuildOptions], optionsWithTargetRequirements: List[WithBuildRequirements[BuildOptions]], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], mainClassOpt: Option[String], scopePath: ScopePath, directivesPositions: Option[File], wrapScriptFun: CodeWrapper => (String, WrapperParams)) extends PreprocessedSource
Attributes
- Supertypes
-
class PreprocessedSourcetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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
In this article