Class ScriptFileGremlinPlugin

java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
org.apache.tinkerpop.gremlin.jsr223.ScriptFileGremlinPlugin
All Implemented Interfaces:
GremlinPlugin

public final class ScriptFileGremlinPlugin extends AbstractGremlinPlugin
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)