public interface CVersionTextType extends CVersionType
The type of arbitrary lexicographically ordered version strings.
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(CVersionType o) |
String |
text() |
default String |
toVersionString() |
default <A> A |
versionAccept(CVersionVisitorType<A> v)
Accept a generic visitor.
|
default <A> A versionAccept(CVersionVisitorType<A> v) throws Exception
CVersionTypeversionAccept in interface CVersionTypeA - The type of returned valuesv - The visitorException - If the visitor raises ExceptionString text()
default String toVersionString()
toVersionString in interface CVersionTypedefault int compareTo(CVersionType o)
compareTo in interface Comparable<CVersionType>Copyright © 2017 <code@io7m.com> http://io7m.com