Class DefaultImportCustomizer
java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer
- All Implemented Interfaces:
Customizer,ImportCustomizer
Simple implementation of the
ImportCustomizer which allows direct setting of all the different import types.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuild()Gets the set of classes to be imported to theGremlinScriptEngine.Gets the set of enums to be imported to theGremlinScriptEngine.Gets the set of fields to be imported to theGremlinScriptEngine.Gets the set of static methods to be imported to theGremlinScriptEngine.Methods 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.ImportCustomizer
getClassPackages, getEnumClasses, getFieldClasses, getMethodClasses
-
Method Details
-
getClassImports
Description copied from interface:ImportCustomizerGets the set of classes to be imported to theGremlinScriptEngine.- Specified by:
getClassImportsin interfaceImportCustomizer
-
getMethodImports
Description copied from interface:ImportCustomizerGets the set of static methods to be imported to theGremlinScriptEngine.- Specified by:
getMethodImportsin interfaceImportCustomizer
-
getEnumImports
Description copied from interface:ImportCustomizerGets the set of enums to be imported to theGremlinScriptEngine.- Specified by:
getEnumImportsin interfaceImportCustomizer
-
getFieldImports
Description copied from interface:ImportCustomizerGets the set of fields to be imported to theGremlinScriptEngine.- Specified by:
getFieldImportsin interfaceImportCustomizer
-
build
-