public abstract class NonTransactionProvidingApp extends TransactionProvidingApp
| Constructor and Description |
|---|
NonTransactionProvidingApp() |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
execute(AppCommandParser parser,
Session session,
Output out)
The actual code for the application.
|
completionCandidates, getCurrent, getDisplayName, getDisplayName, getDisplayName, getDisplayName, getDisplayNameForNonExistent, getServer, isCurrent, readCurrentWorkingDir, withArrows, writeCurrentWorkingDirpublic Continuation execute(AppCommandParser parser, Session session, Output out) throws Exception
Appexecute in interface Appexecute in class TransactionProvidingAppparser - 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.