AvailStdLibVersion

class AvailStdLibVersion(versionString: String) : Comparable<AvailStdLibVersion>

A version for published Avail (org.availlang:avail-stdlib:VERSION).

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun AvailStdLibVersion(versionString: String)

Functions

Link copied to clipboard
open operator override fun compareTo(other: AvailStdLibVersion): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val artifactMajor: Int

The major version component of the artifact build version.

Link copied to clipboard
val artifactMinor: Int

The minor version component of the artifact build version.

Link copied to clipboard
val artifactRevision: Int

The revision version component of the artifact build version.

Link copied to clipboard
val libraryMajor: Int

The major version component of the actual Avail Standard Library.

Link copied to clipboard
val libraryMinor: Int

The minor version component of the actual Avail Standard Library.

Link copied to clipboard
val libraryRevision: Int

The revision version component of the actual Avail Standard Library.

Link copied to clipboard
val version: String