Packages

final case class Artifacts(compilerDependencies: Seq[AnyDependency], compilerArtifacts: Seq[(String, Path)], compilerPlugins: Seq[(AnyDependency, String, Path)], dependencies: Seq[AnyDependency], detailedArtifacts: Seq[(Dependency, Publication, Artifact, Path)], extraClassPath: Seq[Path], extraCompileOnlyJars: Seq[Path], extraSourceJars: Seq[Path], params: ScalaParameters) extends Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Artifacts
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Artifacts(compilerDependencies: Seq[AnyDependency], compilerArtifacts: Seq[(String, Path)], compilerPlugins: Seq[(AnyDependency, String, Path)], dependencies: Seq[AnyDependency], 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( ... ) @native()
  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 dependencies: Seq[AnyDependency]
  14. val detailedArtifacts: Seq[(Dependency, Publication, Artifact, Path)]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val extraClassPath: Seq[Path]
  17. val extraCompileOnlyJars: Seq[Path]
  18. val extraSourceJars: Seq[Path]
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val params: ScalaParameters
  26. lazy val sourceArtifacts: Seq[(String, Path)]
  27. lazy val sourcePath: Seq[Path]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped