Uses of Class
com.github.zafarkhaja.semver.Version.Builder
Packages that use Version.Builder
Package
Description
This is the root package of the Java SemVer library.
-
Uses of Version.Builder in com.github.zafarkhaja.semver
Methods in com.github.zafarkhaja.semver that return Version.BuilderModifier and TypeMethodDescriptionVersion.Builder.setBuildMetadata
(String build) Sets the build metadata.Version.Builder.setNormalVersion
(String normal) Sets the normal version.Version.Builder.setPreReleaseVersion
(String preRelease) Sets the pre-release version.