org.neo4j.server.scripting
Class GroovyScriptExecutor

java.lang.Object
  extended by org.neo4j.server.scripting.GroovyScriptExecutor
All Implemented Interfaces:
ScriptExecutor

public class GroovyScriptExecutor
extends Object
implements ScriptExecutor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.neo4j.server.scripting.ScriptExecutor
ScriptExecutor.Factory
 
Constructor Summary
GroovyScriptExecutor()
           
 
Method Summary
 Object execute(Map<String,Object> variables)
          Execute the contained script.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyScriptExecutor

public GroovyScriptExecutor()
Method Detail

execute

public Object execute(Map<String,Object> variables)
               throws EvaluationException
Description copied from interface: ScriptExecutor
Execute the contained script.

Specified by:
execute in interface ScriptExecutor
Parameters:
variables - Is variables that should be available to the script.
Returns:
Throws:
EvaluationException


Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.