public class Gsh
extends org.neo4j.shell.impl.AbstractApp
| Constructor and Description |
|---|
Gsh() |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
execute(AppCommandParser parser,
Session session,
Output out)
The actual code for the application.
|
String |
getDescription() |
public Continuation execute(AppCommandParser parser, Session session, Output out) throws Exception
Appparser - holds the options (w/ or w/o values) as well as arguments.session - the client session (sort of like the environment
for the execution).out - the output channel for the execution, just like System.out.Exception - if the execution fails.public String getDescription()
getDescription in interface AppgetDescription in class org.neo4j.shell.impl.AbstractAppCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.