Packages

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
java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Artifacts
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val artifacts: Seq[(String, Path)]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. lazy val classPath: Seq[Path]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. lazy val compileClassPath: Seq[Path]
  9. val compilerArtifacts: Seq[(String, Path)]
  10. lazy val compilerClassPath: Seq[Path]
  11. val compilerDependencies: Seq[AnyDependency]
  12. val compilerPlugins: Seq[(AnyDependency, String, Path)]
  13. val detailedArtifacts: Seq[(Dependency, Publication, Artifact, Path)]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val extraClassPath: Seq[Path]
  16. val extraCompileOnlyJars: Seq[Path]
  17. val extraJavacPlugins: Seq[Path]
  18. val extraSourceJars: Seq[Path]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. val internalDependencies: Seq[AnyDependency]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val javacPluginDependencies: Seq[(AnyDependency, String, Path)]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. val params: ScalaParameters
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val scalaJsCli: Seq[Path]
  29. val scalaNativeCli: Seq[Path]
  30. lazy val sourceArtifacts: Seq[(String, Path)]
  31. lazy val sourcePath: Seq[Path]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val userDependencies: Seq[AnyDependency]
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped