Uses of Class
com.io7m.changelog.core.CVersionStandard
-
Packages that use CVersionStandard Package Description com.io7m.changelog.core Core types. -
-
Uses of CVersionStandard in com.io7m.changelog.core
Methods in com.io7m.changelog.core that return CVersionStandard Modifier and Type Method Description CVersionStandardCVersionStandard.Builder. build()Builds a newCVersionStandard.static CVersionStandardCVersionStandard. copyOf(CVersionStandardType instance)Creates an immutable copy of aCVersionStandardTypevalue.static CVersionStandardCVersionStandard. of(int major, int minor, int patch, String qualifier)Construct a new immutableCVersionStandardinstance.CVersionStandardCVersionStandard. withMajor(int value)Copy the current immutable object by setting a value for themajorattribute.CVersionStandardCVersionStandard. withMinor(int value)Copy the current immutable object by setting a value for theminorattribute.CVersionStandardCVersionStandard. withPatch(int value)Copy the current immutable object by setting a value for thepatchattribute.CVersionStandardCVersionStandard. withQualifier(String value)Copy the current immutable object by setting a value for thequalifierattribute.
-