Interface ArtifactVersion
-
- All Superinterfaces:
java.lang.Comparable
- All Known Implementing Classes:
DefaultArtifactVersion
public interface ArtifactVersion extends java.lang.ComparableDescribes 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 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBuildNumber()intgetIncrementalVersion()intgetMajorVersion()intgetMinorVersion()java.lang.StringgetQualifier()voidparseVersion(java.lang.String version)
-