Interface ArtifactVersion
-
- All Superinterfaces:
java.lang.Comparable<ArtifactVersion>
- All Known Implementing Classes:
DefaultArtifactVersion
public interface ArtifactVersion extends java.lang.Comparable<ArtifactVersion>
Describes an artifact version in terms of its components, converts it to/from a string and compares two versions.
-
-
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)
-