org.neo4j.server.webadmin.console
Class ShellSession
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final Logger log
ShellSession
public ShellSession(org.neo4j.kernel.GraphDatabaseAPI graph)
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-2013 The Neo4j Graph Database Project. All Rights Reserved.