public class Version extends Object
Constructor and Description |
---|
Version() |
Version(String version_string) |
Modifier and Type | Method and Description |
---|---|
int |
compare(Version other)
Compares with other version.
|
boolean |
isInRange(Version low,
Version high)
Check whether this verion is in range of versions specified
|
void |
parse(String version_string)
parses version string in the form version[.revision[.subrevision[extension]]] into this instance.
|
String |
toString() |
public Version()
public Version(String version_string)
public int compare(Version other)
public boolean isInRange(Version low, Version high)
public void parse(String version_string)
Copyright © 1995-2015 Webtide. All Rights Reserved.