public class Version extends Service
Service.CaseInsensitiveService, Service.Implementation
Modifier and Type | Field and Description |
---|---|
protected static String |
KERNEL_ARTIFACT_ID |
Modifier | Constructor and Description |
---|---|
protected |
Version(String atrifactId,
String version) |
Modifier and Type | Method and Description |
---|---|
static Version |
getKernel() |
static String |
getKernelRevision() |
String |
getReleaseVersion() |
String |
getRevision()
Returns the build revision of the running neo4j kernel.
|
String |
getVersion()
Gets the version of the running neo4j kernel.
|
static void |
main(String[] args)
A very nice to have main-method for quickly checking the version of a neo4j kernel,
for example given a kernel jar file.
|
String |
toString() |
protected static final String KERNEL_ARTIFACT_ID
public String getVersion()
public String getReleaseVersion()
public String getRevision()
public static Version getKernel()
public static String getKernelRevision()
public static void main(String[] args)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.