JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.eclipse.aether.version
Version
Contents
Description
Method Summary
Method Details
toString()
Hide sidebar
Show sidebar
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
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
.