Class TestVersion
- java.lang.Object
-
- org.eclipse.aether.internal.test.util.TestVersion
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description TestVersion(java.lang.String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Version o)booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()Gets the original string representation of the version.
-