public class OLcVersion
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
referenceclientversion
reference version of the client for the server
|
static boolean |
stable
indicates if the release is stable or not.
|
static java.lang.String |
version
version of the Open Lowcode framework (server and client side).
|
static java.util.Date |
versiondate
date of the release (generated automatically at compile time)
|
Constructor and Description |
---|
OLcVersion() |
Modifier and Type | Method and Description |
---|---|
static int |
compareWithClientVersion(java.lang.String connectedclientversion)
gives negative number if this object version is smaller than the other version,
gives 0 if this object version is the same than the other version
gives positive version if this object version is the same than other version
|
public static java.lang.String version
public static java.lang.String referenceclientversion
public static java.util.Date versiondate
public static boolean stable
public static int compareWithClientVersion(java.lang.String connectedclientversion)
connectedclientversion
- the other version (typically coming from client).