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 Comparable
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.