Package org.savantbuild.domain
Interface Version.PreRelease.PreReleasePart
- All Superinterfaces:
Comparable<Version.PreRelease.PreReleasePart>
- All Known Implementing Classes:
Version.PreRelease.PreReleasePart.NumberPreReleasePart,Version.PreRelease.PreReleasePart.StringPreReleasePart
- Enclosing class:
- Version.PreRelease
public static interface Version.PreRelease.PreReleasePart
extends Comparable<Version.PreRelease.PreReleasePart>
Defines parts of a PreRelease version string.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA number part of the PreRelease portion of the Semantic Version String.static classA String part of the PreRelease portion of the Semantic Version String. -
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
isIntegration
boolean isIntegration()- Returns:
- True if this PreReleasePart is an integration build indicator.
-
isNumber
boolean isNumber()- Returns:
- True if this PreReleasePart is a numeric part.
-