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)

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( ... ) @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[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    Project → AnyRef → Any
  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 productIterator: Iterator[Any]
    Definition Classes
    Product
  30. def productPrefix: String
    Definition Classes
    Project → Product
  31. val profiles: Seq[Profile]
  32. val properties: Seq[(String, String)]
  33. val publications: Seq[(Configuration, Publication)]
  34. val relocated: Boolean
  35. val snapshotVersioning: Option[SnapshotVersioning]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    Project → AnyRef → Any
  38. val version: String
  39. val versions: Option[Versions]
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. def withActualVersionOpt(actualVersionOpt: Option[String]): Project
  44. def withConfigurations(configurations: Map[Configuration, Seq[Configuration]]): Project
  45. def withDependencies(dependencies: Seq[(Configuration, Dependency)]): Project
  46. def withDependencyManagement(dependencyManagement: Seq[(Configuration, Dependency)]): Project
  47. def withInfo(info: Info): Project
  48. def withModule(module: Module): Project
  49. def withPackagingOpt(packagingOpt: Option[Type]): Project
  50. def withParent(parent: Option[(Module, String)]): Project
  51. def withProfiles(profiles: Seq[Profile]): Project
  52. def withProperties(properties: Seq[(String, String)]): Project
  53. def withPublications(publications: Seq[(Configuration, Publication)]): Project
  54. def withRelocated(relocated: Boolean): Project
  55. def withSnapshotVersioning(snapshotVersioning: Option[SnapshotVersioning]): Project
  56. def withVersion(version: String): Project
  57. def withVersions(versions: Option[Versions]): Project

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped