| Package | Description |
|---|---|
| org.neo4j.shell | |
| org.neo4j.shell.apps | |
| org.neo4j.shell.apps.extra | |
| org.neo4j.shell.kernel | |
| org.neo4j.shell.kernel.apps | |
| org.neo4j.shell.kernel.apps.cypher |
| Modifier and Type | Method and Description |
|---|---|
Output |
ShellClient.getOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShellClient.evaluate(String line,
Output out)
Evaluates a line and reacts to it.
|
Continuation |
App.execute(AppCommandParser parser,
Session session,
Output out)
The actual code for the application.
|
Response |
ShellServer.interpretLine(Serializable clientID,
String line,
Output out)
Receives a command line (probably from a
ShellClient) and reacts
to it. |
static ShellClient |
ShellLobby.newClient(ShellServer server,
Map<String,Serializable> initialSession,
Output output,
CtrlCHandler signalHandler)
Creates a client and "starts" it, i.e.
|
void |
ColumnPrinter.print(Output out) |
| Constructor and Description |
|---|
OutputAsWriter(Output out) |
| 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) |
static void |
Man.printHelpString(Output out,
ShellServer server,
boolean list)
Utility method for getting a short help string for a server.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GshExecutor.GshOutput
A wrapper for a supplied
Output to correct a bug where a call
to "println" or "print" with a GString or another object would use
System.out instead of the right output instance. |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
Jsh.execute(AppCommandParser parser,
Session session,
Output out) |
Continuation |
Gsh.execute(AppCommandParser parser,
Session session,
Output out) |
void |
ScriptExecutor.execute(String line,
Session session,
Output out)
Executes a groovy script (with arguments) defined in
line. |
| Modifier and Type | Method and Description |
|---|---|
Response |
GraphDatabaseShellServer.interpretLine(Serializable clientId,
String line,
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) |
void |
Exporter.export(Output out) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.