HangarSchemaClassifier

data class HangarSchemaClassifier(val value: String, val divider: String, val componentDivider: String, val priority: Priority, val channel: String?, val ignore: Boolean) : SchemaClassifier(source)

Constructors

Link copied to clipboard
constructor(value: String, divider: String, componentDivider: String, priority: Priority, channel: String?, ignore: Boolean)

Properties

Link copied to clipboard

The custom channel that the version is located in

Link copied to clipboard
open override val componentDivider: String

The symbol that is used to divide the version components, e.g. . or -

Link copied to clipboard
open override val divider: String

The symbol that is used to divide the classifier and the Version, e.g. . or -

Link copied to clipboard
open override val ignore: Boolean

Defines if the classifier should be ignored

Link copied to clipboard
open override val priority: Priority

Priority of the classifier

Link copied to clipboard
open override val value: String

Complete classifier string