Interface ArtifactVersion
-
- All Superinterfaces:
Comparable
- All Known Implementing Classes:
DefaultArtifactVersion
public interface ArtifactVersion extends Comparable
Describes an artifact version in terms of its components, converts it to/from a string and compares two versions.- Version:
- $Id: ArtifactVersion.java 640549 2008-03-24 20:05:11Z bentmann $
- Author:
- Brett Porter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBuildNumber()intgetIncrementalVersion()intgetMajorVersion()intgetMinorVersion()StringgetQualifier()voidparseVersion(String version)-
Methods inherited from interface java.lang.Comparable
compareTo
-
-