| Package | Description |
|---|---|
| org.neo4j.shell | |
| org.neo4j.shell.apps | |
| org.neo4j.shell.impl | |
| org.neo4j.shell.kernel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppShellServer
A
ShellServer with the addition of executing apps. |
| Modifier and Type | Method and Description |
|---|---|
ShellServer |
ShellClient.getServer() |
static ShellServer |
ShellLobby.newServer(Class<? extends ShellServer> cls)
To get rid of the RemoteException, uses a constructor without arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static ShellClient |
ShellLobby.newClient(ShellServer server)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(ShellServer server,
CtrlCHandler signalHandler)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(ShellServer server,
Map<String,Serializable> initialSession,
CtrlCHandler signalHandler)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(ShellServer server,
Map<String,Serializable> initialSession,
Output output,
CtrlCHandler signalHandler)
Creates a client and "starts" it, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static ShellServer |
ShellLobby.newServer(Class<? extends ShellServer> cls)
To get rid of the RemoteException, uses a constructor without arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
Man.getAvailableCommands(ShellServer server)
Lists apps available at the server.
|
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 |
|---|---|
class |
org.neo4j.shell.impl.AbstractAppServer
A common implementation of an
AppShellServer. |
class |
org.neo4j.shell.impl.SimpleAppServer
A common implementation of a
ShellServer. |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphDatabaseShellServer
A
ShellServer which contains common methods to use with a
graph database service. |
| Modifier and Type | Method and Description |
|---|---|
String |
GraphDatabaseShellServer.WorkingDirReplacer.getReplacement(ShellServer server,
Session session) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.