Class PrefixedVersion

java.lang.Object
io.github.bakedlibs.dough.versions.PrefixedVersion
All Implemented Interfaces:
Version, Comparable<Version>

public class PrefixedVersion extends Object
This Version implementation consists of two components. A prefix, e.g. "DEV #" or "pre-" and a numeric version component. Only PrefixedVersions with the same prefix can be compared.
Author:
TheBusyBiscuit