Class SemanticVersion

java.lang.Object
net.lucypoulton.squirtgun.util.SemanticVersion
All Implemented Interfaces:
Comparable<SemanticVersion>

public class SemanticVersion extends Object implements Comparable<SemanticVersion>
A semantic version.
See Also:
https://semver.org
  • Constructor Details

    • SemanticVersion

      public SemanticVersion(int major, int minor, int patch, String... prerelease)
    • SemanticVersion

      public SemanticVersion(int major, int minor, int patch, @Nullable @Nullable String build, String... prerelease)
  • Method Details