Packages

c

scala.tools.nsc.settings

Development

case class Development(id: String) extends ScalaBuild with Product with Serializable

A development, test, integration, snapshot or other "unofficial" build

Source
ScalaVersion.scala
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, ScalaBuild, math.Ordered[ScalaBuild], Comparable[ScalaBuild], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Development
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ScalaBuild
  7. Ordered
  8. Comparable
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Development(id: String)

Value Members

  1. def <(that: ScalaBuild): Boolean
    Definition Classes
    Ordered
  2. def <=(that: ScalaBuild): Boolean
    Definition Classes
    Ordered
  3. def >(that: ScalaBuild): Boolean
    Definition Classes
    Ordered
  4. def >=(that: ScalaBuild): Boolean
    Definition Classes
    Ordered
  5. def compare(that: ScalaBuild): Int
    Definition Classes
    Development → Ordered
  6. def compareTo(that: ScalaBuild): Int
    Definition Classes
    Ordered → Comparable
  7. val id: String
  8. def unparse: String

    Return a version of this build information that can be parsed back into the same ScalaBuild

    Return a version of this build information that can be parsed back into the same ScalaBuild

    Definition Classes
    DevelopmentScalaBuild