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 Details

    • getMajorVersion

      int getMajorVersion()
    • getMinorVersion

      int getMinorVersion()
    • getIncrementalVersion

      int getIncrementalVersion()
    • getBuildNumber

      int getBuildNumber()
    • getQualifier

      String getQualifier()
    • parseVersion

      void parseVersion(String version)