public class SemVer extends Object implements Comparable<SemVer>
Modifier and Type | Method and Description |
---|---|
boolean |
atLeast(String other) |
int |
compareTo(SemVer o) |
String |
toString() |
public final int major
public final int minor
public final int revision
public SemVer(String versionString)
Copyright © 2021. All rights reserved.