public interface Version
Modifier and Type | Method and Description |
---|---|
String |
getFullVersion() |
int |
getIncrementingVersion() |
int |
getMajorVersion() |
int |
getMicroVersion() |
int |
getMinorVersion() |
String |
getVersionName() |
String |
getVersionSuffix() |
boolean |
isCompatible(int v) |
String getFullVersion()
String getVersionName()
int getMajorVersion()
int getMinorVersion()
int getMicroVersion()
String getVersionSuffix()
int getIncrementingVersion()
boolean isCompatible(int v)
Copyright © 2018 JBoss by Red Hat. All rights reserved.