VersionConfig

orchescala.api.VersionConfig
See theVersionConfig companion object
case class VersionConfig(major: Int, minor: Int, patch: Int, isSnapshot: Boolean)

Attributes

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

Members list

Value members

Concrete methods

def isHigherThan(config: VersionConfig): Boolean
def isMajor(version: VersionConfig): Boolean
def isMinor(version: VersionConfig): Boolean
def isPatch(version: VersionConfig): Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val minorVersion: String
lazy val versionAsInt: Int