public static class OldDataMonitor.VersionRange extends Object
Constructor and Description |
---|
VersionRange(String version,
String extra) |
Modifier and Type | Method and Description |
---|---|
void |
add(String version) |
boolean |
isOld(int threshold)
Does this version range contain a version more than the given number of releases ago?
|
String |
toString() |
public String extra
public void add(String version)
public boolean isOld(int threshold)
threshold
- Number of releasesCopyright © 2015. All rights reserved.