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
DependencyManager try 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
GremlinPlugin instances. |
void |
GremlinGroovyScriptEngine.loadPlugins(List<GremlinPlugin> plugins)
Load a list of
GremlinPlugin instances. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGremlinPlugin
A base class for a plugin that provides access to the shell and io variables.
|
class |
SugarGremlinPlugin
A 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 |
CredentialGraphGremlinPlugin
Plugin 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.