public class Version extends Object
svn_version.h
.Modifier and Type | Method and Description |
---|---|
int |
getMajor() |
int |
getMinor() |
int |
getPatch() |
boolean |
isAtLeast(int major,
int minor,
int patch) |
String |
toString() |
public Version()
public Version(Version aVersion)
public String toString()
public int getMajor()
public int getMinor()
public int getPatch()
public boolean isAtLeast(int major, int minor, int patch)
major.minor.patch
level.Copyright © 2019. All rights reserved.