| Interface | Description |
|---|---|
| GremlinPlugin |
Those wanting to extend Gremlin can implement this interface to provide mapper imports and extension
methods to the language itself.
|
| PluginAcceptor | |
| RemoteAcceptor |
| Class | Description |
|---|---|
| AbstractGremlinPlugin |
A base class for a plugin that provides access to the shell and io variables.
|
| Artifact | |
| SugarGremlinPlugin |
| Exception | Description |
|---|---|
| GremlinPluginException |
Base exception for
GremlinPlugin. |
| IllegalEnvironmentException |
An exception thrown when the environment variables passed via
PluginAcceptor.environment() do not meet
the needs of the GremlinPlugin. |
| PluginInitializationException |
An exception that occurs as a result of plugin initialization, typically triggered by a bad evaluation in the
ScriptEngine. |
| RemoteException |
A mapper
Exception to be thrown when there are problems with processing a command given to a
RemoteAcceptor. |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.