Package

com.nthportal.versions.semver

compat

Permalink

package compat

Visibility
  1. Public
  2. All

Type Members

  1. case class SemVerFactory[E](factory: VersionFactory[E]) extends Product with Serializable

    Permalink

    A factory for for parsing version strings into SemVer versions.

    A factory for for parsing version strings into SemVer versions.

    E

    the type of the versions' extension

    factory

    the VersionFactory with which to parse the version and its extension

  2. case class SemVerFullFactory[E, M](factory: VersionFactory[E], parser: Parser[M]) extends Product with Serializable

    Permalink

    A factory for for parsing version strings into SemVer versions with build metadata.

    A factory for for parsing version strings into SemVer versions with build metadata.

    E

    the type of the versions' extension

    M

    the type of the build metadata

    factory

    the VersionFactory with which to parse the version and its extension

    parser

    the BuildMetadata.Parser with which to parse the build metadata

Ungrouped