PreprocessedSource

scala.build.preprocessing.PreprocessedSource$
See thePreprocessedSource companion class

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self 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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show 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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show 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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show 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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror