| Interface | Description |
|---|---|
| App |
A completely server-side "application", sort of like a unix application
(just like "ls" or "cd").
|
| AppShellServer |
A
ShellServer with the addition of executing apps. |
| Console |
Mimics the class with the same name which exists in Java 1.6
(not in Java 1.5).
|
| CtrlCHandler | |
| Output |
An interface for printing output, like System.out, The implementation can
be via RMI or locally.
|
| ShellClient |
Represents a shell client which communicates with a
ShellServer. |
| ShellServer |
A shell server which clients can connect to and send requests
(command lines).
|
| Class | Description |
|---|---|
| AppCommandParser |
Parses a line from the client with the intention of interpreting it as
an "app" command, f.ex.
|
| ColumnPrinter | |
| InterruptSignalHandler | |
| OptionDefinition |
Groups an
OptionValueType and a description. |
| OutputAsWriter | |
| Response | |
| Session |
A session (or environment) for a shell client.
|
| ShellLobby |
A convenience class for creating servers clients as well as finding remote
servers.
|
| ShellSettings |
Settings for the shell extension
|
| StartClient |
Can start clients, either remotely to another JVM running a server
or by starting a local
GraphDatabaseShellServer in this JVM
and connecting to it. |
| TabCompletion | |
| TextUtil | |
| Variables | |
| Welcome |
| Enum | Description |
|---|---|
| Continuation | |
| OptionValueType |
Whether or not options are expected to be supplied with a value.
|
| Exception | Description |
|---|---|
| ShellException |
A general shell exception when an error occurs.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.