Class Gremlin

java.lang.Object
org.apache.tinkerpop.gremlin.util.Gremlin

public final class Gremlin extends Object
Author:
Stephen Mallette (http://stephen.genoprime.com)
  • Method Details

    • version

      public static String version()
      Get the current version of tinkerpop. Will return "VersionNotFound" if there are any issues finding the version. This typically would be the result of the version being missing from the manifest file.
    • majorVersion

      public static String majorVersion()
      Gets the current major version of tinkerpop.
    • main

      public static void main(String[] arguments) throws IOException
      Throws:
      IOException