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


Field Summary
static Logger log
           
 
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
 

Field Detail

log

public static final Logger log
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.