scala.build.Sources$
See theSources companion class
object Sources
Attributes
Members list
Type members
Classlikes
final case class InMemory(originalPath: Either[String, (SubPath, Path)], generatedRelPath: RelPath, generatedContent: String, wrapperParamsOpt: Option[WrapperParams])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class UnwrappedScript(originalPath: Either[String, (SubPath, Path)], generatedRelPath: RelPath, wrapScriptFun: CodeWrapper => (String, WrapperParams))
Attributes
- Supertypes
-
trait 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
Value members
Concrete methods
def defaultPreprocessors(archiveCache: ArchiveCache[Task], javaClassNameVersionOpt: Option[String], javaCommand: () => String): Seq[Preprocessor]
The default preprocessor list.
The default preprocessor list.
Value parameters
- archiveCache
-
used from native launchers by the Java preprocessor, to download a java-class-name binary, used to infer the class name of unnamed Java sources (like stdin)
- codeWrapper
-
used by the Scala script preprocessor to "wrap" user code
- javaClassNameVersionOpt
-
if using a java-class-name binary, the version we should download. If empty, the default version is downloaded.
Attributes
In this article