DefaultClassifier

data class DefaultClassifier(val value: String, val priority: Priority, val components: Collection<String>, val ignored: Boolean) : Classifier(source)

The default classifier

Constructors

Link copied to clipboard
constructor(value: String, priority: Priority, components: Collection<String>, ignored: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Collection of the version components

Link copied to clipboard
open override val ignored: Boolean

Defines if the classifier is marked as ignored by the UpdateSchema

Link copied to clipboard

Priority of the classifier

Link copied to clipboard
open override val value: String

Complete classifier string

Functions

Link copied to clipboard
open operator override fun compareTo(other: Classifier): Int

Compares this object with the specified object for order. Returns zero if this object is equal to the specified other object, a negative number if it's less than other, or a positive number if it's greater than other.