org.neo4j.server.webadmin.console
Class ShellSession

java.lang.Object
  extended by org.neo4j.server.webadmin.console.ShellSession
All Implemented Interfaces:
ScriptSession

public class ShellSession
extends Object
implements ScriptSession


Constructor Summary
ShellSession(org.neo4j.kernel.GraphDatabaseAPI graph)
           
 
Method Summary
 org.neo4j.helpers.Pair<String,String> evaluate(String script)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellSession

public ShellSession(org.neo4j.kernel.GraphDatabaseAPI graph)
Method Detail

evaluate

public org.neo4j.helpers.Pair<String,String> evaluate(String script)
Specified by:
evaluate in interface ScriptSession
Returns:
Pair of (result,next prompt).


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