Class TestVersion
- java.lang.Object
-
- org.eclipse.aether.internal.test.util.TestVersion
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
version
-
Constructor Summary
Constructors Constructor Description TestVersion(java.lang.String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Version o)
boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
Gets the original string representation of the version.
-