Uses of Class
io.streamthoughts.azkarra.api.util.Version
-
Packages that use Version Package Description io.streamthoughts.azkarra.api.util -
-
Uses of Version in io.streamthoughts.azkarra.api.util
Methods in io.streamthoughts.azkarra.api.util that return Version Modifier and Type Method Description static Version
Version. getLatest(Version... versions)
Static helper for returning the latest version from a list ofVersion
.static Version
Version. parse(String version)
Static helper for creating a new version based on the specified string.Methods in io.streamthoughts.azkarra.api.util with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version that)
static Version
Version. getLatest(Version... versions)
Static helper for returning the latest version from a list ofVersion
.
-