Patch

abstract class Patch(val name: String, val version: Int? = null)

Constructors

Link copied to clipboard
constructor(name: String, version: Int? = null)

Properties

Link copied to clipboard
open val enabled: Boolean = true
Link copied to clipboard
Link copied to clipboard
val version: Int?

Functions

Link copied to clipboard
abstract fun attach(): Boolean