SemanticVersion

com.malliina.util.SemanticVersion
See theSemanticVersion companion object
case class SemanticVersion(version: String)

A partial implementation of http://semver.org/.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def !=(other: SemanticVersion): Boolean
def <(other: SemanticVersion): Boolean
def <=(other: SemanticVersion): Boolean
def ==(other: SemanticVersion): Boolean
def >(other: SemanticVersion): Boolean
def >=(other: SemanticVersion): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val isPrerelease: Boolean
val major: Int
val minor: Int
val patch: Int
val patchString: String