| Package | Description |
|---|---|
| org.neo4j.shell | |
| org.neo4j.shell.apps | |
| org.neo4j.shell.apps.extra | |
| org.neo4j.shell.kernel.apps | |
| org.neo4j.shell.kernel.apps.cypher |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
App.execute(AppCommandParser parser,
Session session,
Output out)
The actual code for the application.
|
Continuation |
Response.getContinuation() |
static Continuation |
Continuation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Continuation[] |
Continuation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Response(String prompt,
Continuation continuation) |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
Env.execute(AppCommandParser parser,
Session session,
Output out) |
Continuation |
Man.execute(AppCommandParser parser,
Session session,
Output out) |
Continuation |
Export.execute(AppCommandParser parser,
Session session,
Output out) |
Continuation |
NoopApp.execute(AppCommandParser parser,
Session session,
Output out) |
Continuation |
Alias.execute(AppCommandParser parser,
Session session,
Output out) |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
Jsh.execute(AppCommandParser parser,
Session session,
Output out) |
Continuation |
Gsh.execute(AppCommandParser parser,
Session session,
Output out) |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
TransactionProvidingApp.execute(AppCommandParser parser,
Session session,
Output out) |
Continuation |
NonTransactionProvidingApp.execute(AppCommandParser parser,
Session session,
Output out) |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
Start.execute(AppCommandParser parser,
Session session,
Output out) |
Continuation |
Dump.execute(AppCommandParser parser,
Session session,
Output out) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.