public class Version extends Object
| Constructor and Description |
|---|
Version(int major,
int minor,
int revision,
String classifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassifier() |
int |
getMajor() |
int |
getMinor() |
int |
getRevision() |
int |
hashCode() |
String |
toString() |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.