Class ImportGremlinPlugin

  • All Implemented Interfaces:
    GremlinPlugin

    public final class ImportGremlinPlugin
    extends AbstractGremlinPlugin
    A module that allows custom class, static method and enum imports (i.e. those that are statically defined by a module within itself). A user might utilize this class to supply their own imports. This module is not specific to any GremlinScriptEngine - the imports are supplied to all engines. This GremlinPlugin is not enabled for the ServiceLoader. It is designed to be instantiated manually.
    Author:
    Stephen Mallette (http://stephen.genoprime.com)