DefaultUpdateSchema

data class DefaultUpdateSchema(val prefixes: Collection<String>? = null, val divider: String = ".", val classifiers: Collection<SchemaClassifier>) : UpdateSchema(source)

The default update schema

Constructors

Link copied to clipboard
constructor(prefixes: Collection<String>? = null, divider: String = ".", classifiers: Collection<SchemaClassifier>)

Properties

Link copied to clipboard

A collection of possible SchemaClassifier

Link copied to clipboard
open override val divider: String

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

Link copied to clipboard
open override val prefixes: Collection<String>? = null

Defines the beginning of a version, e.g. v or v.

Functions

Link copied to clipboard
open fun removePrefix(value: String): String

Removes the prefix from a selected version value.