| Package | Description |
|---|---|
| org.neo4j.shell | |
| org.neo4j.shell.apps | |
| org.neo4j.shell.apps.extra | |
| org.neo4j.shell.impl | |
| org.neo4j.shell.kernel.apps | |
| org.neo4j.shell.kernel.apps.cypher |
| Modifier and Type | Method and Description |
|---|---|
App |
AppCommandParser.app() |
App |
AppShellServer.findApp(String name)
Finds and returns an
App implementation with a given name. |
| Modifier and Type | Class and Description |
|---|---|
class |
Alias |
class |
Env
Mimics the Bash application "env" and uses the client session
Session
as the data container. |
class |
Export
Mimics the Bash application "export" and uses the client session
Session as the data container. |
class |
Help
An alias for the "man" app.
|
class |
Man
Prints a short manual for an
App. |
class |
NoopApp
Implements a no-op App.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PathShellApp |
| Modifier and Type | Class and Description |
|---|---|
class |
org.neo4j.shell.impl.AbstractApp
Common abstract implementation of an
App. |
| Modifier and Type | Class and Description |
|---|---|
class |
Begin |
class |
Cd
Mimics the POSIX application with the same name, i.e.
|
class |
Commit |
class |
Dbinfo |
class |
Gsh
Wraps a
Gsh in a
TransactionProvidingApp to be wrapped in a transaction among other things. |
class |
IndexProviderShellApp |
class |
Jsh
Wraps a
Jsh in a
TransactionProvidingApp to be wrapped in a transaction among other things. |
class |
Ls
Mimics the POSIX application with the same name, i.e.
|
class |
Mknode |
class |
Mkrel
Mimics the POSIX application "mkdir", but neo4j has relationships instead of
directories (if you look at Neo4j in a certain perspective).
|
class |
Mv
Mimics the POSIX application with the same name, i.e.
|
class |
NonTransactionProvidingApp |
class |
Pwd
Mimics the POSIX application with the same name, i.e.
|
class |
Rm
Mimics the POSIX application with the same name, i.e.
|
class |
Rmnode |
class |
Rmrel
Mimics the POSIX application "rmdir", but neo4j has relationships instead of
directories (if you look at Neo4j in a certain perspective).
|
class |
Rollback |
class |
Schema |
class |
Set
Sets a property for the current node or relationship.
|
class |
TransactionProvidingApp
An implementation of
App which has common methods and functionality
to use with neo4j. |
class |
Trav
Traverses the graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Call |
class |
Create |
class |
Cypher |
class |
Drop |
class |
Dump |
class |
Explain |
class |
Foreach |
class |
Load |
class |
Match |
class |
Merge |
class |
Optional |
class |
Planner |
class |
Profile |
class |
Return |
class |
Runtime |
class |
Start |
class |
Unwind |
class |
Using |
class |
With |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.