Package com.arangodb.entity
Class ArangoDBVersion
- java.lang.Object
-
- com.arangodb.entity.ArangoDBVersion
-
public final class ArangoDBVersion extends Object
- Author:
- Mark Vollmary
-
-
Constructor Summary
Constructors Constructor Description ArangoDBVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description License
getLicense()
String
getServer()
String
getVersion()
-
-
-
Method Detail
-
getServer
public String getServer()
- Returns:
- will always contain arango
-
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
-
-