Object

abstract class Object(val type: String)

Represents an arbitrary version manager object.

Inheritors

Constructors

Link copied to clipboard
constructor(type: String)

Properties

Link copied to clipboard
abstract val data: String
Link copied to clipboard

Functions

Link copied to clipboard
fun hash(): String