| Modifier and Type | Method and Description | 
|---|---|
| List<GremlinPlugin> | ScriptEngines. use(String group,
   String artifact,
   String version)Pull in dependencies given some Maven coordinates. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScriptEngines. loadPlugins(List<GremlinPlugin> plugins)For each  DependencyManagertry to load the specified plugins. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<GremlinPlugin> | DependencyManager. use(String group,
   String artifact,
   String version)Take maven coordinates and load the classes into the classloader used by the ScriptEngine. | 
| List<GremlinPlugin> | GremlinGroovyScriptEngine. use(String group,
   String artifact,
   String version)Take maven coordinates and load the classes into the classloader used by the ScriptEngine. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DependencyManager. loadPlugins(List<GremlinPlugin> plugins)Load a list of  GremlinPlugininstances. | 
| void | GremlinGroovyScriptEngine. loadPlugins(List<GremlinPlugin> plugins)Load a list of  GremlinPlugininstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractGremlinPluginA base class for a plugin that provides access to the shell and io variables. | 
| class  | SugarGremlinPluginA plugin implementation which allows for the usage of Gremlin Groovy's syntactic sugar. | 
| Constructor and Description | 
|---|
| IllegalEnvironmentException(GremlinPlugin plugin,
                           String... expectedKeys) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CredentialGraphGremlinPluginPlugin for the "credentials graph". | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HadoopGremlinPlugin | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TinkerGraphGremlinPlugin | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.