Package net.anwiba.commons.version
Interface IVersion
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
Version
public interface IVersion extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBuildCount()java.time.ZonedDateTimegetDate()intgetMajor()intgetMinor()ProductStategetProductState()ReleaseStategetReleaseState()intgetStep()
-
-
-
Method Detail
-
getDate
java.time.ZonedDateTime getDate()
-
getMajor
int getMajor()
-
getMinor
int getMinor()
-
getReleaseState
ReleaseState getReleaseState()
-
getStep
int getStep()
-
getProductState
ProductState getProductState()
-
getBuildCount
int getBuildCount()
-
-