UnwrappedScript

scala.build.preprocessing.PreprocessedSource$.UnwrappedScript
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

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def distinctPathOrSource: String

Attributes

Inherited from:
PreprocessedSource
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product