Package org.eclipse.tycho.core.ee
Class EEVersion
- java.lang.Object
-
- org.eclipse.tycho.core.ee.EEVersion
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EEVersion.EEType
-
Field Summary
Fields Modifier and Type Field Description private static org.osgi.framework.Version
JAVA8
private EEVersion.EEType
type
private org.osgi.framework.Version
version
-
Constructor Summary
Constructors Constructor Description EEVersion(org.osgi.framework.Version version, EEVersion.EEType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(EEVersion other)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
JAVA8
private static final org.osgi.framework.Version JAVA8
-
version
private org.osgi.framework.Version version
-
type
private EEVersion.EEType type
-
-
Constructor Detail
-
EEVersion
public EEVersion(org.osgi.framework.Version version, EEVersion.EEType type)
-
-
Method Detail
-
compareTo
public int compareTo(EEVersion other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<EEVersion>
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-