| 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 |
|---|---|
List<String> |
App.completionCandidates(String partOfLine,
Session session)
Tries to complete the
partOfLine with likely candidates,
think of this as a hook for writing TAB-completion. |
Continuation |
App.execute(AppCommandParser parser,
Session session,
Output out)
The actual code for the application.
|
| 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) |
void |
ScriptExecutor.execute(String line,
Session session,
Output out)
Executes a groovy script (with arguments) defined in
line. |
| Modifier and Type | Method and Description |
|---|---|
String |
GraphDatabaseShellServer.WorkingDirReplacer.getReplacement(ShellServer server,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
TransactionProvidingApp.completionCandidates(String partOfLine,
Session session) |
Continuation |
TransactionProvidingApp.execute(AppCommandParser parser,
Session session,
Output out) |
Continuation |
NonTransactionProvidingApp.execute(AppCommandParser parser,
Session session,
Output out) |
static ShellException |
Commit.fail(Session session,
String message) |
static NodeOrRelationship |
TransactionProvidingApp.getCurrent(GraphDatabaseShellServer server,
Session session) |
static String |
TransactionProvidingApp.getDisplayName(GraphDatabaseShellServer server,
Session session,
org.neo4j.graphdb.Node node,
boolean checkForMe) |
static String |
TransactionProvidingApp.getDisplayName(GraphDatabaseShellServer server,
Session session,
NodeOrRelationship thing,
boolean checkForMe) |
static String |
TransactionProvidingApp.getDisplayName(GraphDatabaseShellServer server,
Session session,
org.neo4j.graphdb.Relationship relationship,
boolean verbose,
boolean checkForMe) |
static String |
TransactionProvidingApp.getDisplayName(GraphDatabaseShellServer server,
Session session,
org.neo4j.shell.kernel.apps.TypedId typedId,
boolean checkForMe) |
static boolean |
TransactionProvidingApp.isCurrent(Session session,
NodeOrRelationship thing) |
static List<org.neo4j.shell.kernel.apps.TypedId> |
TransactionProvidingApp.readCurrentWorkingDir(Session session)
Reads the session variable specified in
Variables.WORKING_DIR_KEY and
returns it as a list of typed ids. |
static void |
TransactionProvidingApp.writeCurrentWorkingDir(List<org.neo4j.shell.kernel.apps.TypedId> paths,
Session session) |
| 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.