Uses of Class
com.io7m.changelog.core.CVersionText
-
Packages that use CVersionText Package Description com.io7m.changelog.core Core types. -
-
Uses of CVersionText in com.io7m.changelog.core
Methods in com.io7m.changelog.core that return CVersionText Modifier and Type Method Description CVersionTextCVersionText.Builder. build()Builds a newCVersionText.static CVersionTextCVersionText. copyOf(CVersionTextType instance)Creates an immutable copy of aCVersionTextTypevalue.static CVersionTextCVersionText. of(String text)Construct a new immutableCVersionTextinstance.CVersionTextCVersionText. withText(String value)Copy the current immutable object by setting a value for thetextattribute.
-