org.sonatype.aether.version
Interface Version

All Superinterfaces:
java.lang.Comparable<Version>
All Known Implementing Classes:
StubVersion

public interface Version
extends java.lang.Comparable<Version>

A parsed artifact version.

Author:
Benjamin Bentmann

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

Method Detail

toString

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

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


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.