Class GremlinServerGremlinPlugin
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
 - 
- org.apache.tinkerpop.gremlin.server.jsr223.GremlinServerGremlinPlugin
 
 
 
- 
- All Implemented Interfaces:
 GremlinPlugin
public final class GremlinServerGremlinPlugin extends AbstractGremlinPlugin
AGremlinPluginimplementation that adds Gremlin Server specific classes to the imports.- Author:
 - Stephen Mallette (http://stephen.genoprime.com)
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
appliesTo, customizers, moduleName 
 - 
 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GremlinServerGremlinPlugininstance()- 
Methods inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
getCustomizers, getName 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugin
getCustomizers, requireRestart 
 - 
 
 - 
 
- 
- 
Method Detail
- 
instance
public static GremlinServerGremlinPlugin instance()
 
 - 
 
 -