SchemaClassifierBuilder

Properties

Link copied to clipboard
abstract var componentDivider: String

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

Link copied to clipboard
abstract var divider: String?

Priority of the classifier

Link copied to clipboard
abstract var ignore: Boolean

Defines if the classifier should be ignored

Link copied to clipboard
abstract var priority: Priority?

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

Link copied to clipboard
abstract var value: String?

Complete classifier string

Functions

Link copied to clipboard
abstract fun build(): SchemaClassifier