| Constructor and Description |
|---|
Export() |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
execute(AppCommandParser parser,
Session session,
Output out)
The actual code for the application.
|
String |
getDescription() |
static org.neo4j.helpers.collection.Pair<String,String> |
splitInKeyEqualsValue(String string) |
public String getDescription()
getDescription in interface AppgetDescription in class org.neo4j.shell.impl.AbstractApppublic static org.neo4j.helpers.collection.Pair<String,String> splitInKeyEqualsValue(String string) throws ShellException
ShellExceptionpublic Continuation execute(AppCommandParser parser, Session session, Output out) throws ShellException
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.ShellExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.