Interface ArtifactVersion
- All Superinterfaces:
 Comparable<ArtifactVersion>
- All Known Implementing Classes:
 DefaultArtifactVersion
Describes an artifact version in terms of its components, converts it to/from a string and
 compares two versions.
- Author:
 - Brett Porter
 
- 
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo 
- 
Method Details
- 
getMajorVersion
int getMajorVersion() - 
getMinorVersion
int getMinorVersion() - 
getIncrementalVersion
int getIncrementalVersion() - 
getBuildNumber
int getBuildNumber() - 
getQualifier
String getQualifier() - 
parseVersion
 
 -