JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.eclipse.aether.version
Interface Version
All Superinterfaces:
Comparable
<
Version
>
public interface
Version
extends
Comparable
<
Version
>
A parsed artifact version.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
toString
()
Gets the original string representation of the version.
Methods inherited from interface java.lang.
Comparable
compareTo
Method Details
toString
String
toString
()
Gets the original string representation of the version.
Overrides:
toString
in class
Object
Returns:
The string representation of the version, never
null
.