Class ScriptFileGremlinPlugin
java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
org.apache.tinkerpop.gremlin.jsr223.ScriptFileGremlinPlugin
- All Implemented Interfaces:
GremlinPlugin
Loads scripts from one or more files into the
GremlinScriptEngine at startup. This GremlinPlugin is
not enabled for the ServiceLoader. It is designed to be instantiated manually. Those implementing
GremlinScriptEngine instances need to be concerned with accounting for this Customizer. It is
handled automatically by the DefaultGremlinScriptEngineManager.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
appliesTo, customizers, moduleName -
Method Summary
Methods inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
getCustomizers, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugin
getCustomizers, requireRestart
-
Method Details
-
build
-