org.neo4j.kernel
Class Version
java.lang.Object
org.neo4j.helpers.Service
org.neo4j.kernel.Version
public class Version
- extends Service
KERNEL_ARTIFACT_ID
protected static final String KERNEL_ARTIFACT_ID
- See Also:
- Constant Field Values
Version
protected Version(String atrifactId,
String version)
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
getRevision
public String getRevision()
- Returns the build revision of the running neo4j kernel.
- Returns:
- build revision
getKernelRevision
public static String getKernelRevision()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.