public interface IVersion extends Comparable<IVersion>
| Modifier and Type | Method and Description |
|---|---|
int |
getMajor() |
int |
getMinor() |
int |
getPatch() |
boolean |
isStable()
Returns true if this represents a stable release.
|
boolean |
satisfies(String range)
Returns true if this version satisfies the provided version
range.
|
compareToint getMajor()
int getMinor()
int getPatch()
boolean isStable()
boolean satisfies(String range)
range - A version range description to matchCopyright © 2015. All rights reserved.