public class Version extends Object
svn_version.h
.Constructor and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
int |
getMajor() |
int |
getMinor() |
int |
getPatch() |
boolean |
isAtLeast(int major,
int minor,
int patch) |
String |
toString() |
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 © 2022. All rights reserved.