Neo4j

org.neo4j.kernel
Class Version

java.lang.Object
  extended by org.neo4j.helpers.Service
      extended by org.neo4j.kernel.Version

public class Version
extends Service


Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.helpers.Service
Service.CaseInsensitiveService, Service.Implementation
 
Method Summary
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.
 String toString()
           
 
Methods inherited from class org.neo4j.helpers.Service
equals, getKeys, hashCode, load, load, matches
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Service

getVersion

public String getVersion()
Gets the version of the running neo4j kernel.

Returns:
the version of the neo4j kernel

getReleaseVersion

public String getReleaseVersion()

getRevision

public String getRevision()
Returns the build revision of the running neo4j kernel.

Returns:
build revision

getKernel

public static Version getKernel()

getKernelRevision

public static String getKernelRevision()

Neo4j

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.