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 classEEVersion.EEType
-
Field Summary
Fields Modifier and Type Field Description private static org.osgi.framework.VersionJAVA8private EEVersion.EETypetypeprivate org.osgi.framework.Versionversion
-
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 intcompareTo(EEVersion other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
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:
compareToin interfacejava.lang.Comparable<EEVersion>
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-