org.sonatype.aether.version
Interface Version

All Superinterfaces:
Comparable<Version>
All Known Implementing Classes:
StubVersion

public interface Version
extends Comparable<Version>

A parsed artifact version.

Author:
Benjamin Bentmann

Method Summary
 String toString()
          Gets the original string representation of the version.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

toString

String toString()
Gets the original string representation of the version.

Overrides:
toString in class Object
Returns:
The string representation of the version.


Copyright © 2010-2013. All Rights Reserved.