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 © 2018. All rights reserved.