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