public class Version extends Object implements Comparable<Version>
| Modifier and Type | Field and Description |
|---|---|
static Version |
DEFAULT_VERSION |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Version o) |
boolean |
equals(Object obj) |
int |
getMajorVersion() |
static Version |
getVersion(String version) |
int |
hashCode() |
String |
toString() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.