Class ImportGremlinPlugin.Builder
java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin.Builder
- Enclosing class:
- ImportGremlinPlugin
-
Method Summary
Modifier and TypeMethodDescriptionappliesTo(Collection<String> scriptEngineName) The name of theGremlinScriptEnginethat this module will apply to.classImports(Class<?>... classes) classImports(Collection<String> classes) create()enumImports(Enum... enums) enumImports(Collection<String> enums) fieldsImports(Field... fields) fieldsImports(Collection<String> fields) methodImports(Method... methods) methodImports(Collection<String> methods)
-
Method Details
-
appliesTo
The name of theGremlinScriptEnginethat this module will apply to. Setting no values here will make the module available to all the engines. -
classImports
-
classImports
-
methodImports
-
methodImports
-
enumImports
-
enumImports
-
fieldsImports
-
fieldsImports
-
create
-