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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] arguments)
static String
version()
Get the current version of tinkerpop.
-
-
-
Method Detail
-
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.
-
main
public static void main(String[] arguments) throws IOException
- Throws:
IOException
-
-