Package com.c8db.entity
Class C8DBVersion
- java.lang.Object
-
- com.c8db.entity.C8DBVersion
-
- All Implemented Interfaces:
Entity
public class C8DBVersion extends Object implements Entity
- See Also:
- API Documentation
-
-
Constructor Summary
Constructors Constructor Description C8DBVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicensegetLicense()StringgetServer()StringgetVersion()
-
-
-
Method Detail
-
getServer
public String getServer()
- Returns:
- will always contain c8
-
getVersion
public String getVersion()
- Returns:
- the server version string. The string has the format "major.minor.sub". major and minor will be numeric, and sub may contain a number or a textual version.
-
getLicense
public License getLicense()
- Returns:
- the license
-
-