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.
|
compareToint getMajor()
int getMinor()
int getPatch()
boolean isStable()
Copyright © 2016. All rights reserved.