public class VersionInfo extends Object implements Comparable
| Constructor and Description |
|---|
VersionInfo(String version,
String extension)
Constructs a new VersionInfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object obj) |
String |
getExtension() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public String getVersion()
public String getExtension()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2010–2024 JBoss by Red Hat. All rights reserved.