Class/Object

coursier.core

Project

Related Docs: object Project | package core

Permalink

final class Project extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Project
  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 Project(module: Module, version: String, dependencies: Seq[(Configuration, Dependency)], configurations: Map[Configuration, Seq[Configuration]], parent: Option[(Module, String)], dependencyManagement: Seq[(Configuration, Dependency)], properties: Seq[(String, String)], profiles: Seq[Profile], versions: Option[Versions], snapshotVersioning: Option[SnapshotVersioning], packagingOpt: Option[Type], relocated: Boolean, actualVersionOpt: Option[String], publications: Seq[(Configuration, Publication)], info: Info)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def actualVersion: String

    Permalink

    Version used to get this project metadata if available, else the version from metadata.

    Version used to get this project metadata if available, else the version from metadata. May not match version for projects having a wrong version in their metadata, if the actual version was kept around.

  5. val actualVersionOpt: Option[String]

    Permalink
  6. lazy val allConfigurations: Map[Configuration, Set[Configuration]]

    Permalink

    All configurations that each configuration extends, including the ones it extends transitively

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def canEqual(obj: Any): Boolean

    Permalink
    Definition Classes
    Project → Equals
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val configurations: Map[Configuration, Seq[Configuration]]

    Permalink
  11. val dependencies: Seq[(Configuration, Dependency)]

    Permalink
  12. val dependencyManagement: Seq[(Configuration, Dependency)]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Project → Equals → AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    Project → AnyRef → Any
  18. val info: Info

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val module: Module

    Permalink
  21. lazy val moduleVersion: (Module, String)

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. val packagingOpt: Option[Type]

    Permalink
  26. val parent: Option[(Module, String)]

    Permalink
  27. def productArity: Int

    Permalink
    Definition Classes
    Project → Product
  28. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Project → Product
  29. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  30. def productPrefix: String

    Permalink
    Definition Classes
    Project → Product
  31. val profiles: Seq[Profile]

    Permalink
  32. val properties: Seq[(String, String)]

    Permalink
  33. val publications: Seq[(Configuration, Publication)]

    Permalink
  34. val relocated: Boolean

    Permalink
  35. val snapshotVersioning: Option[SnapshotVersioning]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    Project → AnyRef → Any
  38. val version: String

    Permalink
  39. val versions: Option[Versions]

    Permalink
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def withActualVersionOpt(actualVersionOpt: Option[String]): Project

    Permalink
  44. def withConfigurations(configurations: Map[Configuration, Seq[Configuration]]): Project

    Permalink
  45. def withDependencies(dependencies: Seq[(Configuration, Dependency)]): Project

    Permalink
  46. def withDependencyManagement(dependencyManagement: Seq[(Configuration, Dependency)]): Project

    Permalink
  47. def withInfo(info: Info): Project

    Permalink
  48. def withModule(module: Module): Project

    Permalink
  49. def withPackagingOpt(packagingOpt: Option[Type]): Project

    Permalink
  50. def withParent(parent: Option[(Module, String)]): Project

    Permalink
  51. def withProfiles(profiles: Seq[Profile]): Project

    Permalink
  52. def withProperties(properties: Seq[(String, String)]): Project

    Permalink
  53. def withPublications(publications: Seq[(Configuration, Publication)]): Project

    Permalink
  54. def withRelocated(relocated: Boolean): Project

    Permalink
  55. def withSnapshotVersioning(snapshotVersioning: Option[SnapshotVersioning]): Project

    Permalink
  56. def withVersion(version: String): Project

    Permalink
  57. def withVersions(versions: Option[Versions]): Project

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped