AvailJar

data class AvailJar(val version: AvailVersion, val path: String) : JSONFriendly, Comparable<AvailJar>

The location of the Avail jar to use for the Avail runtime.

Author

Richard Arriaga

Constructors

Link copied to clipboard
constructor(version: AvailVersion, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The path to the Avail jar file.

Link copied to clipboard

The AvailVersion of Avail to use.

Functions

Link copied to clipboard
open operator override fun compareTo(other: AvailJar): Int
Link copied to clipboard
open override fun writeTo(writer: JSONWriter)