final class Project extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Project
  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 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)

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. def actualVersion: String

    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]
  6. lazy val allConfigurations: Map[Configuration, Set[Configuration]]

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

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def canEqual(obj: Any): Boolean
    Definition Classes
    Project → Equals
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val configurations: Map[Configuration, Seq[Configuration]]
  11. val dependencies: Seq[(Configuration, Dependency)]
  12. val dependencyManagement: Seq[(Configuration, Dependency)]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    Project → Equals → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final lazy val hashCode: Int
  18. val info: Info
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val module: Module
  21. lazy val moduleVersion: (Module, String)
  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 packagingOpt: Option[Type]
  26. val parent: Option[(Module, String)]
  27. def productArity: Int
    Definition Classes
    Project → Product
  28. def productElement(n: Int): Any
    Definition Classes
    Project → Product
  29. def productElementName(n: Int): String
    Definition Classes
    Project → Product
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. def productIterator: Iterator[Any]
    Definition Classes
    Product
  32. def productPrefix: String
    Definition Classes
    Project → Product
  33. val profiles: Seq[Profile]
  34. val properties: Seq[(String, String)]
  35. val publications: Seq[(Configuration, Publication)]
  36. val relocated: Boolean
  37. val snapshotVersioning: Option[SnapshotVersioning]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    Project → AnyRef → Any
  40. val version: String
  41. val versions: Option[Versions]
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. def withActualVersionOpt(actualVersionOpt: Option[String]): Project
  46. def withConfigurations(configurations: Map[Configuration, Seq[Configuration]]): Project
  47. def withDependencies(dependencies: Seq[(Configuration, Dependency)]): Project
  48. def withDependencyManagement(dependencyManagement: Seq[(Configuration, Dependency)]): Project
  49. def withInfo(info: Info): Project
  50. def withModule(module: Module): Project
  51. def withPackagingOpt(packagingOpt: Option[Type]): Project
  52. def withParent(parent: Option[(Module, String)]): Project
  53. def withProfiles(profiles: Seq[Profile]): Project
  54. def withProperties(properties: Seq[(String, String)]): Project
  55. def withPublications(publications: Seq[(Configuration, Publication)]): Project
  56. def withRelocated(relocated: Boolean): Project
  57. def withSnapshotVersioning(snapshotVersioning: Option[SnapshotVersioning]): Project
  58. def withVersion(version: String): Project
  59. def withVersions(versions: Option[Versions]): Project

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped