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 theGremlinScriptEngineat startup. ThisGremlinPluginis not enabled for theServiceLoader. It is designed to be instantiated manually. Those implementingGremlinScriptEngineinstances need to be concerned with accounting for thisCustomizer. It is handled automatically by theDefaultGremlinScriptEngineManager.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classScriptFileGremlinPlugin.Builder
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPluginappliesTo, customizers, moduleName
 
- 
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static ScriptFileGremlinPlugin.Builderbuild()- 
Methods inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugingetCustomizers, getName
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugingetCustomizers, requireRestart
 
- 
 
- 
- 
- 
Method Detail- 
buildpublic static ScriptFileGremlinPlugin.Builder build() 
 
- 
 
-