final case class Artifacts(compilerDependencies: Seq[AnyDependency], compilerArtifacts: Seq[(String, Path)], compilerPlugins: Seq[(AnyDependency, String, Path)], javacPluginDependencies: Seq[(AnyDependency, String, Path)], extraJavacPlugins: Seq[Path], userDependencies: Seq[AnyDependency], internalDependencies: Seq[AnyDependency], scalaJsCli: Seq[Path], scalaNativeCli: Seq[Path], detailedArtifacts: Seq[(Dependency, Publication, Artifact, Path)], extraClassPath: Seq[Path], extraCompileOnlyJars: Seq[Path], extraSourceJars: Seq[Path], params: ScalaParameters) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Artifacts
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Artifacts(compilerDependencies: Seq[AnyDependency], compilerArtifacts: Seq[(String, Path)], compilerPlugins: Seq[(AnyDependency, String, Path)], javacPluginDependencies: Seq[(AnyDependency, String, Path)], extraJavacPlugins: Seq[Path], userDependencies: Seq[AnyDependency], internalDependencies: Seq[AnyDependency], scalaJsCli: Seq[Path], scalaNativeCli: Seq[Path], detailedArtifacts: Seq[(Dependency, Publication, Artifact, Path)], extraClassPath: Seq[Path], extraCompileOnlyJars: Seq[Path], extraSourceJars: Seq[Path], params: ScalaParameters)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val artifacts: Seq[(String, Path)]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val classPath: Seq[Path]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- lazy val compileClassPath: Seq[Path]
- val compilerArtifacts: Seq[(String, Path)]
- lazy val compilerClassPath: Seq[Path]
- val compilerDependencies: Seq[AnyDependency]
- val compilerPlugins: Seq[(AnyDependency, String, Path)]
- val detailedArtifacts: Seq[(Dependency, Publication, Artifact, Path)]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extraClassPath: Seq[Path]
- val extraCompileOnlyJars: Seq[Path]
- val extraJavacPlugins: Seq[Path]
- val extraSourceJars: Seq[Path]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val internalDependencies: Seq[AnyDependency]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val javacPluginDependencies: Seq[(AnyDependency, String, Path)]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val params: ScalaParameters
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val scalaJsCli: Seq[Path]
- val scalaNativeCli: Seq[Path]
- lazy val sourceArtifacts: Seq[(String, Path)]
- lazy val sourcePath: Seq[Path]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val userDependencies: Seq[AnyDependency]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated