| Constructor and Description |
|---|
Dump() |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
execute(AppCommandParser parser,
Session session,
Output out)
The actual code for the application.
|
String |
getDescription() |
completionCandidates, getCurrent, getDisplayName, getDisplayName, getDisplayName, getDisplayName, getDisplayNameForNonExistent, getServer, isCurrent, readCurrentWorkingDir, withArrows, writeCurrentWorkingDirpublic String getDescription()
getDescription in interface AppgetDescription in class Startpublic Continuation execute(AppCommandParser parser, Session session, Output out) throws Exception
Appexecute in interface Appexecute in class Startparser - 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.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.