Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

accumulate(String, Object) - Method in class org.neo4j.shell.util.json.JSONObject
Accumulate values under a key.
add(Object...) - Method in class org.neo4j.shell.ColumnPrinter
 
addRaw(String) - Method in class org.neo4j.shell.ColumnPrinter
 
Alias - Class in org.neo4j.shell.apps
 
Alias() - Constructor for class org.neo4j.shell.apps.Alias
 
App - Interface in org.neo4j.shell
A completely server-side "application", sort of like a unix application (just like "ls" or "cd").
app() - Method in class org.neo4j.shell.AppCommandParser
 
AppCommandParser - Class in org.neo4j.shell
Parses a line from the client with the intention of interpreting it as an "app" command, f.ex.
AppCommandParser(AppShellServer, String) - Constructor for class org.neo4j.shell.AppCommandParser
 
append(char) - Method in class org.neo4j.shell.apps.extra.GshExecutor.GshOutput
 
append(CharSequence, int, int) - Method in class org.neo4j.shell.apps.extra.GshExecutor.GshOutput
 
append(CharSequence) - Method in class org.neo4j.shell.apps.extra.GshExecutor.GshOutput
 
append(String, Object) - Method in class org.neo4j.shell.util.json.JSONObject
Append values to the array under a key.
AppShellServer - Interface in org.neo4j.shell
A ShellServer with the addition of executing apps.
ARG_COMMAND - Static variable in class org.neo4j.shell.StartClient
Commands (a line can contain more than one command, with && in between) to execute when the shell client has been connected.
ARG_CONFIG - Static variable in class org.neo4j.shell.StartClient
Configuration file to load and use if a local GraphDatabaseService is started in this JVM.
ARG_FILE - Static variable in class org.neo4j.shell.StartClient
File a file with shell commands to execute when the shell client has been connected.
ARG_FILE_STDIN - Static variable in class org.neo4j.shell.StartClient
Special character used to request reading from stdin rather than a file.
ARG_HOST - Static variable in class org.neo4j.shell.StartClient
The host (ip or name) to connect remotely to.
ARG_NAME - Static variable in class org.neo4j.shell.StartClient
The RMI name to use.
ARG_PATH - Static variable in class org.neo4j.shell.StartClient
The path to the local (this JVM) GraphDatabaseService to start and connect to.
ARG_PID - Static variable in class org.neo4j.shell.StartClient
The PID (process ID) to connect to.
ARG_PORT - Static variable in class org.neo4j.shell.StartClient
The port to connect remotely on.
ARG_READONLY - Static variable in class org.neo4j.shell.StartClient
Whether or not the shell client should be readonly.
ARG_VERSION - Static variable in class org.neo4j.shell.StartClient
Prints the version and edition of neo4j and exits.
argument(int, String) - Method in class org.neo4j.shell.AppCommandParser
 
arguments() - Method in class org.neo4j.shell.AppCommandParser
 
argumentWithDefault(int, String) - Method in class org.neo4j.shell.AppCommandParser
 
asMap() - Method in class org.neo4j.shell.Session
Returns the session as a Map representation.
asNode() - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
asPropertyContainer() - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
asRelationship() - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 

B

back() - Method in class org.neo4j.shell.util.json.JSONTokener
Back up one character.
Begin - Class in org.neo4j.shell.kernel.apps
 
Begin() - Constructor for class org.neo4j.shell.kernel.apps.Begin
 
beginTransaction(KernelTransaction.Type, SecurityContext) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
beginTransaction(KernelTransaction.Type, SecurityContext, long, TimeUnit) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
beginTx() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
beginTx(long, TimeUnit) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
bidirectionalTraversalDescription() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
bindTransaction(Serializable) - Method in class org.neo4j.shell.kernel.GraphDatabaseShellServer
 

C

Call - Class in org.neo4j.shell.kernel.apps.cypher
 
Call() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Call
 
Cd - Class in org.neo4j.shell.kernel.apps
Mimics the POSIX application with the same name, i.e.
Cd() - Constructor for class org.neo4j.shell.kernel.apps.Cd
Constructs a new cd application.
checkIsValidVariableName(String) - Static method in class org.neo4j.shell.Variables
 
close() - Method in class org.neo4j.shell.OutputAsWriter
 
ColumnPrinter - Class in org.neo4j.shell
 
ColumnPrinter(String...) - Constructor for class org.neo4j.shell.ColumnPrinter
 
Commit - Class in org.neo4j.shell.kernel.apps
 
Commit() - Constructor for class org.neo4j.shell.kernel.apps.Commit
 
completionCandidates(String, Session) - Method in interface org.neo4j.shell.App
Tries to complete the partOfLine with likely candidates, think of this as a hook for writing TAB-completion.
completionCandidates(String, Session) - Method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
Console - Interface in org.neo4j.shell
Mimics the class with the same name which exists in Java 1.6 (not in Java 1.5).
CONSOLE_WIDTH - Static variable in class org.neo4j.shell.apps.Man
 
Continuation - Enum in org.neo4j.shell
 
Create - Class in org.neo4j.shell.kernel.apps.cypher
 
Create() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Create
 
createNode() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
createNode(Label...) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
CtrlCHandler - Interface in org.neo4j.shell
 
CURRENT_KEY - Static variable in class org.neo4j.shell.Variables
 
currentTransaction(GraphDatabaseShellServer) - Static method in class org.neo4j.shell.kernel.apps.Begin
 
Cypher - Class in org.neo4j.shell.kernel.apps.cypher
 
Cypher() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Cypher
 

D

Dbinfo - Class in org.neo4j.shell.kernel.apps
 
Dbinfo() - Constructor for class org.neo4j.shell.kernel.apps.Dbinfo
 
dehexchar(char) - Static method in class org.neo4j.shell.util.json.JSONTokener
Get the hex value of a character (base16).
doubleToString(double) - Static method in class org.neo4j.shell.util.json.JSONObject
Produce a string from a double.
Drop - Class in org.neo4j.shell.kernel.apps.cypher
 
Drop() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Drop
 
Dump - Class in org.neo4j.shell.kernel.apps.cypher
 
Dump() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Dump
 

E

enableRemoteShell() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
enableRemoteShell(Map<String, Serializable>) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
end() - Method in interface org.neo4j.shell.ShellClient
Tells the client session to end, i.e.
Env - Class in org.neo4j.shell.apps
Mimics the Bash application "env" and uses the client session Session as the data container.
Env() - Constructor for class org.neo4j.shell.apps.Env
 
equals(Object) - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
evaluate(String) - Method in interface org.neo4j.shell.ShellClient
Evaluates a line and reacts to it.
evaluate(String, Output) - Method in interface org.neo4j.shell.ShellClient
Evaluates a line and reacts to it.
execute(AppCommandParser, Session, Output) - Method in interface org.neo4j.shell.App
The actual code for the application.
execute(AppCommandParser, Session, Output) - Method in class org.neo4j.shell.apps.Alias
 
execute(AppCommandParser, Session, Output) - Method in class org.neo4j.shell.apps.Env
 
execute(AppCommandParser, Session, Output) - Method in class org.neo4j.shell.apps.Export
 
execute(AppCommandParser, Session, Output) - Method in class org.neo4j.shell.apps.extra.Gsh
 
execute(AppCommandParser, Session, Output) - Method in class org.neo4j.shell.apps.extra.Jsh
 
execute(String, Session, Output) - Method in class org.neo4j.shell.apps.extra.ScriptExecutor
Executes a groovy script (with arguments) defined in line.
execute(AppCommandParser, Session, Output) - Method in class org.neo4j.shell.apps.Man
 
execute(AppCommandParser, Session, Output) - Method in class org.neo4j.shell.apps.NoopApp
 
execute(AppCommandParser, Session, Output) - Method in class org.neo4j.shell.kernel.apps.cypher.Dump
 
execute(AppCommandParser, Session, Output) - Method in class org.neo4j.shell.kernel.apps.cypher.Start
 
execute(AppCommandParser, Session, Output) - Method in class org.neo4j.shell.kernel.apps.NonTransactionProvidingApp
 
execute(AppCommandParser, Session, Output) - Method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
execute(String) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
execute(String, long, TimeUnit) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
execute(String, Map<String, Object>) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
execute(String, Map<String, Object>, long, TimeUnit) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
existsForNodes(String) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
existsForRelationships(String) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
Explain - Class in org.neo4j.shell.kernel.apps.cypher
 
Explain() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Explain
 
Export - Class in org.neo4j.shell.apps
Mimics the Bash application "export" and uses the client session Session as the data container.
Export() - Constructor for class org.neo4j.shell.apps.Export
 
export(Output) - Method in class org.neo4j.shell.kernel.apps.cypher.Exporter
 
Exporter - Class in org.neo4j.shell.kernel.apps.cypher
 

F

fail(Session, String) - Static method in class org.neo4j.shell.kernel.apps.Commit
 
findApp(String) - Method in interface org.neo4j.shell.AppShellServer
Finds and returns an App implementation with a given name.
findNode(Label, String, Object) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
findNodes(Label, String, Object) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
findNodes(Label) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
flush() - Method in class org.neo4j.shell.OutputAsWriter
 
Foreach - Class in org.neo4j.shell.kernel.apps.cypher
 
Foreach() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Foreach
 
format(String, Object...) - Method in interface org.neo4j.shell.Console
Prints a formatted string to the console (System.out).
forNodes(String) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
forNodes(String, Map<String, String>) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
forRelationships(String) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
forRelationships(String, Map<String, String>) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 

G

get(String) - Method in class org.neo4j.shell.Session
 
get(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get the value object associated with a key.
getAlias(String) - Method in class org.neo4j.shell.Session
 
getAliasKeys() - Method in class org.neo4j.shell.Session
 
getAllAvailableCommands() - Method in interface org.neo4j.shell.ShellServer
 
getAllLabels() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getAllLabelsInUse() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getAllNodes() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getAllPropertyKeys() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getAllRelationships() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getAllRelationshipTypes() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getAllRelationshipTypesInUse() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getAppName() - Method in class org.neo4j.shell.AppCommandParser
 
getAvailableCommands(ShellServer) - Static method in class org.neo4j.shell.apps.Man
Lists apps available at the server.
getAvailableOptions() - Method in interface org.neo4j.shell.App
 
getBoolean(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get the boolean value associated with a key.
getCandidates() - Method in class org.neo4j.shell.TabCompletion
 
getCause() - Method in exception org.neo4j.shell.util.json.JSONException
 
getCommitCount() - Method in class org.neo4j.shell.Session
 
getConfiguration(Index<? extends PropertyContainer>) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getContinuation() - Method in class org.neo4j.shell.Response
 
getCurrent(GraphDatabaseShellServer, Session) - Static method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
getCurrent() - Method in class org.neo4j.shell.Session
 
getCursor() - Method in class org.neo4j.shell.TabCompletion
 
getDb() - Method in class org.neo4j.shell.kernel.GraphDatabaseShellServer
 
getDependencyResolver() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getDescription() - Method in interface org.neo4j.shell.App
 
getDescription(String) - Method in interface org.neo4j.shell.App
 
getDescription() - Method in class org.neo4j.shell.apps.Alias
 
getDescription() - Method in class org.neo4j.shell.apps.Env
 
getDescription() - Method in class org.neo4j.shell.apps.Export
 
getDescription() - Method in class org.neo4j.shell.apps.extra.Gsh
 
getDescription() - Method in class org.neo4j.shell.apps.extra.Jsh
 
getDescription() - Method in class org.neo4j.shell.apps.extra.PathShellApp
 
getDescription() - Method in class org.neo4j.shell.apps.Man
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Begin
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Cd
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Commit
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.cypher.Cypher
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.cypher.Dump
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.cypher.Explain
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.cypher.Profile
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.cypher.Start
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Dbinfo
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Gsh
 
getDescription(String) - Method in class org.neo4j.shell.kernel.apps.Gsh
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.IndexProviderShellApp
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Jsh
 
getDescription(String) - Method in class org.neo4j.shell.kernel.apps.Jsh
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Ls
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Mknode
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Mkrel
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Mv
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Pwd
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Rm
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Rmnode
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Rmrel
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Rollback
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Schema
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Set
 
getDescription() - Method in class org.neo4j.shell.kernel.apps.Trav
 
getDescription() - Method in class org.neo4j.shell.OptionDefinition
 
getDescription() - Method in enum org.neo4j.shell.OptionValueType
 
getDisplayName(GraphDatabaseShellServer, Session, NodeOrRelationship, boolean) - Static method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
getDisplayName(GraphDatabaseShellServer, Session, TypedId, boolean) - Static method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
getDisplayName(GraphDatabaseShellServer, Session, Node, boolean) - Static method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
getDisplayName(GraphDatabaseShellServer, Session, Relationship, boolean, boolean) - Static method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
getDisplayNameForNonExistent() - Static method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
getDouble(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get the double value associated with a key.
getFirstMessage(Throwable) - Static method in exception org.neo4j.shell.ShellException
 
getHandler() - Static method in class org.neo4j.shell.InterruptSignalHandler
 
getId() - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
getId() - Method in class org.neo4j.shell.Session
 
getId() - Method in interface org.neo4j.shell.ShellClient
 
getId() - Method in class org.neo4j.shell.Welcome
 
getInt(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get the int value associated with a key.
getJSONArray(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get the JSONObject value associated with a key.
getLine() - Method in class org.neo4j.shell.AppCommandParser
 
getLineWithoutApp() - Method in class org.neo4j.shell.AppCommandParser
 
getLong(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get the long value associated with a key.
getMaxTitleLength() - Method in class org.neo4j.shell.Session
 
getMessage() - Method in class org.neo4j.shell.Welcome
 
getName() - Method in interface org.neo4j.shell.App
 
getName() - Method in class org.neo4j.shell.apps.extra.PathShellApp
 
getName() - Method in class org.neo4j.shell.kernel.apps.IndexProviderShellApp
 
getName() - Method in interface org.neo4j.shell.ShellServer
 
getNames(JSONObject) - Static method in class org.neo4j.shell.util.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.neo4j.shell.util.json.JSONObject
Get an array of field names from an Object.
getNodeAutoIndexer() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getNodeById(long) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getOptionDefinition(String) - Method in interface org.neo4j.shell.App
 
getOutput() - Method in interface org.neo4j.shell.ShellClient
 
getPath() - Method in class org.neo4j.shell.Session
 
getPrompt() - Method in class org.neo4j.shell.Response
 
getPrompt() - Method in interface org.neo4j.shell.ShellClient
 
getPrompt() - Method in class org.neo4j.shell.Welcome
 
getProperty(String) - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
getProperty(String, Object) - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
getPropertyKeys() - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
getRelationshipAutoIndexer() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getRelationshipById(long) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getRelationships(Direction) - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
getReplacement(ShellServer, Session) - Method in class org.neo4j.shell.kernel.GraphDatabaseShellServer.WorkingDirReplacer
 
getServer() - Method in interface org.neo4j.shell.App
Returns the server this app runs in.
getServer() - Method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
getServer() - Method in interface org.neo4j.shell.ShellClient
 
getSignalHandler() - Method in class org.neo4j.shell.Session
 
getStackTraceAsString() - Method in exception org.neo4j.shell.ShellException
 
getStatement() - Method in class org.neo4j.shell.kernel.GraphDatabaseShellServer
 
getStoreDir() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
getString(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get the string associated with a key.
getTitleKeys() - Method in class org.neo4j.shell.Session
 
getType() - Method in class org.neo4j.shell.OptionDefinition
 
getTypedId() - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
grabPrompt() - Method in interface org.neo4j.shell.ShellClient
Grabs the console prompt.
GraphDatabaseShellServer - Class in org.neo4j.shell.kernel
A ShellServer which contains common methods to use with a graph database service.
GraphDatabaseShellServer(File, boolean, String) - Constructor for class org.neo4j.shell.kernel.GraphDatabaseShellServer
 
GraphDatabaseShellServer(GraphDatabaseFactory, File, boolean, String) - Constructor for class org.neo4j.shell.kernel.GraphDatabaseShellServer
 
GraphDatabaseShellServer(GraphDatabaseAPI) - Constructor for class org.neo4j.shell.kernel.GraphDatabaseShellServer
 
GraphDatabaseShellServer(GraphDatabaseAPI, boolean) - Constructor for class org.neo4j.shell.kernel.GraphDatabaseShellServer
 
GraphDatabaseShellServer.WorkingDirReplacer - Class in org.neo4j.shell.kernel
A BashVariableInterpreter.Replacer for the variable "w"/"W" which returns the current working directory (Bash), i.e.
Gsh - Class in org.neo4j.shell.apps.extra
A way to execute groovy scripts from the shell.
Gsh() - Constructor for class org.neo4j.shell.apps.extra.Gsh
 
Gsh - Class in org.neo4j.shell.kernel.apps
Wraps a Gsh in a TransactionProvidingApp to be wrapped in a transaction among other things.
Gsh() - Constructor for class org.neo4j.shell.kernel.apps.Gsh
 
GshExecutor - Class in org.neo4j.shell.apps.extra
Executes groovy scripts purely via reflection
GshExecutor() - Constructor for class org.neo4j.shell.apps.extra.GshExecutor
 
GshExecutor.GshOutput - Class in org.neo4j.shell.apps.extra
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.

H

handle(Signal) - Method in class org.neo4j.shell.InterruptSignalHandler
 
has(String) - Method in class org.neo4j.shell.Session
 
has(String) - Method in class org.neo4j.shell.util.json.JSONObject
Determine if the JSONObject contains a specific key.
hashCode() - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
hasProperty(String) - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
Help - Class in org.neo4j.shell.apps
An alias for the "man" app.
Help() - Constructor for class org.neo4j.shell.apps.Help
 

I

index() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
IndexProviderShellApp - Class in org.neo4j.shell.kernel.apps
 
IndexProviderShellApp() - Constructor for class org.neo4j.shell.kernel.apps.IndexProviderShellApp
 
install(Runnable) - Method in interface org.neo4j.shell.CtrlCHandler
 
install(Runnable) - Method in class org.neo4j.shell.InterruptSignalHandler
 
interpretLine(Serializable, String, Output) - Method in class org.neo4j.shell.kernel.GraphDatabaseShellServer
 
interpretLine(Serializable, String, Output) - Method in interface org.neo4j.shell.ShellServer
Receives a command line (probably from a ShellClient) and reacts to it.
interpretVariable(Serializable, String) - Method in interface org.neo4j.shell.ShellServer
Interprets a variable from a client session and returns the interpreted result.
InterruptSignalHandler - Class in org.neo4j.shell
 
isAvailable(long) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
isCurrent(Session, NodeOrRelationship) - Static method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
isIdentifier(String) - Static method in class org.neo4j.shell.Variables
 
isNode() - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
isNull(int) - Method in class org.neo4j.shell.util.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.neo4j.shell.util.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isRelationship() - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 

J

join(String) - Method in class org.neo4j.shell.util.json.JSONArray
Make a string from the contents of this JSONArray.
Jsh - Class in org.neo4j.shell.apps.extra
Runs Python scripts (Jython).
Jsh() - Constructor for class org.neo4j.shell.apps.extra.Jsh
 
Jsh - Class in org.neo4j.shell.kernel.apps
Wraps a Jsh in a TransactionProvidingApp to be wrapped in a transaction among other things.
Jsh() - Constructor for class org.neo4j.shell.kernel.apps.Jsh
 
JshExecutor - Class in org.neo4j.shell.apps.extra
Runs Python scripts.
JshExecutor() - Constructor for class org.neo4j.shell.apps.extra.JshExecutor
 
JSONArray - Class in org.neo4j.shell.util.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.neo4j.shell.util.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.neo4j.shell.util.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.neo4j.shell.util.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.neo4j.shell.util.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Collection, boolean) - Constructor for class org.neo4j.shell.util.json.JSONArray
Construct a JSONArray from a collection of beans.
JSONArray(Object) - Constructor for class org.neo4j.shell.util.json.JSONArray
Construct a JSONArray from an array
JSONArray(Object, boolean) - Constructor for class org.neo4j.shell.util.json.JSONArray
Construct a JSONArray from an array with a bean.
JSONException - Exception in org.neo4j.shell.util.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.neo4j.shell.util.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.neo4j.shell.util.json.JSONException
 
JSONObject - Class in org.neo4j.shell.util.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.neo4j.shell.util.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.neo4j.shell.util.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.neo4j.shell.util.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.neo4j.shell.util.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Map, boolean) - Constructor for class org.neo4j.shell.util.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.neo4j.shell.util.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, boolean) - Constructor for class org.neo4j.shell.util.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class org.neo4j.shell.util.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.neo4j.shell.util.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONParser - Class in org.neo4j.shell.util.json
 
JSONParser() - Constructor for class org.neo4j.shell.util.json.JSONParser
 
JSONString - Interface in org.neo4j.shell.util.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONTokener - Class in org.neo4j.shell.util.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.neo4j.shell.util.json.JSONTokener
Construct a JSONTokener from a string.
JSONTokener(String) - Constructor for class org.neo4j.shell.util.json.JSONTokener
Construct a JSONTokener from a string.

K

KEY_LAST_CREATED_NODE - Static variable in class org.neo4j.shell.kernel.apps.Mkrel
 
KEY_LAST_CREATED_RELATIONSHIP - Static variable in class org.neo4j.shell.kernel.apps.Mkrel
 
keys() - Method in class org.neo4j.shell.Session
 
keys() - Method in class org.neo4j.shell.util.json.JSONObject
Get an enumeration of the keys of the JSONObject.

L

lastWordOrQuoteOf(String, boolean) - Static method in class org.neo4j.shell.TextUtil
 
leave(Serializable) - Method in interface org.neo4j.shell.ShellServer
Notifies this server that the client identified by clientID is about to leave, so any session associated with it will be removed.
length() - Method in class org.neo4j.shell.util.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.neo4j.shell.util.json.JSONObject
Get the number of keys stored in the JSONObject.
Load - Class in org.neo4j.shell.kernel.apps.cypher
 
Load() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Load
 
Ls - Class in org.neo4j.shell.kernel.apps
Mimics the POSIX application with the same name, i.e.
Ls() - Constructor for class org.neo4j.shell.kernel.apps.Ls
 

M

main(String[]) - Static method in class org.neo4j.shell.StartClient
Starts a shell client.
makeRemotelyAvailable(int, String) - Method in interface org.neo4j.shell.ShellServer
Makes this server available at localhost for clients to connect to via RMI.
makeRemotelyAvailable(String, int, String) - Method in interface org.neo4j.shell.ShellServer
Makes this server available at the specific host for clients to connect to via RMI.
Man - Class in org.neo4j.shell.apps
Prints a short manual for an App.
Man() - Constructor for class org.neo4j.shell.apps.Man
 
Match - Class in org.neo4j.shell.kernel.apps.cypher
 
Match() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Match
 
Merge - Class in org.neo4j.shell.kernel.apps.cypher
 
Merge() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Merge
 
Mknode - Class in org.neo4j.shell.kernel.apps
 
Mknode() - Constructor for class org.neo4j.shell.kernel.apps.Mknode
 
Mkrel - Class in org.neo4j.shell.kernel.apps
Mimics the POSIX application "mkdir", but neo4j has relationships instead of directories (if you look at Neo4j in a certain perspective).
Mkrel() - Constructor for class org.neo4j.shell.kernel.apps.Mkrel
Constructs a new application which can create relationships and nodes in Neo4j.
more() - Method in class org.neo4j.shell.util.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
multiplyString(String, int) - Static method in class org.neo4j.shell.TextUtil
 
Mv - Class in org.neo4j.shell.kernel.apps
Mimics the POSIX application with the same name, i.e.
Mv() - Constructor for class org.neo4j.shell.kernel.apps.Mv
Constructs a new "mv" application.

N

names() - Method in class org.neo4j.shell.util.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
newClient(ShellServer, CtrlCHandler) - Static method in class org.neo4j.shell.ShellLobby
Creates a client and "starts" it, i.e.
newClient(ShellServer) - Static method in class org.neo4j.shell.ShellLobby
Creates a client and "starts" it, i.e.
newClient(ShellServer, Map<String, Serializable>, CtrlCHandler) - Static method in class org.neo4j.shell.ShellLobby
Creates a client and "starts" it, i.e.
newClient(ShellServer, Map<String, Serializable>, Output, CtrlCHandler) - Static method in class org.neo4j.shell.ShellLobby
Creates a client and "starts" it, i.e.
newClient(int, String, CtrlCHandler) - Static method in class org.neo4j.shell.ShellLobby
Creates a client and "starts" it, i.e.
newClient(int) - Static method in class org.neo4j.shell.ShellLobby
Creates a client and "starts" it, i.e.
newClient(String, int, String, CtrlCHandler) - Static method in class org.neo4j.shell.ShellLobby
Creates a client and "starts" it, i.e.
newClient(String, int) - Static method in class org.neo4j.shell.ShellLobby
Creates a client and "starts" it, i.e.
newClient(RmiLocation, CtrlCHandler) - Static method in class org.neo4j.shell.ShellLobby
Creates a client and "starts" it, i.e.
newClient(RmiLocation, Map<String, Serializable>, CtrlCHandler) - Static method in class org.neo4j.shell.ShellLobby
Creates a client and "starts" it, i.e.
newClient(String, CtrlCHandler) - Static method in class org.neo4j.shell.ShellLobby
Creates a client and "starts" it, i.e.
newClient() - Static method in class org.neo4j.shell.ShellLobby
Creates a client and "starts" it, i.e.
newServer(Class<? extends ShellServer>) - Static method in class org.neo4j.shell.ShellLobby
To get rid of the RemoteException, uses a constructor without arguments.
next() - Method in class org.neo4j.shell.util.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.neo4j.shell.util.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.neo4j.shell.util.json.JSONTokener
Get the next n characters.
nextClean() - Method in class org.neo4j.shell.util.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextString(char) - Method in class org.neo4j.shell.util.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.neo4j.shell.util.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.neo4j.shell.util.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextValue() - Method in class org.neo4j.shell.util.json.JSONTokener
Get the next value.
NO_INITIAL_SESSION - Static variable in class org.neo4j.shell.ShellLobby
 
nodeIndexNames() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
NodeOrRelationship - Class in org.neo4j.shell.kernel.apps
 
nodes(ResourceIterable<Node>) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
NonTransactionProvidingApp - Class in org.neo4j.shell.kernel.apps
 
NonTransactionProvidingApp() - Constructor for class org.neo4j.shell.kernel.apps.NonTransactionProvidingApp
 
NoopApp - Class in org.neo4j.shell.apps
Implements a no-op App.
NoopApp() - Constructor for class org.neo4j.shell.apps.NoopApp
 
NULL - Static variable in class org.neo4j.shell.util.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.neo4j.shell.util.json.JSONObject
Produce a string from a Number.

O

opt(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
option(String, String) - Method in class org.neo4j.shell.AppCommandParser
 
Optional - Class in org.neo4j.shell.kernel.apps.cypher
 
Optional() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Optional
 
optionAsNumber(String, Number) - Method in class org.neo4j.shell.AppCommandParser
 
OptionDefinition - Class in org.neo4j.shell
Groups an OptionValueType and a description.
OptionDefinition(OptionValueType, String) - Constructor for class org.neo4j.shell.OptionDefinition
 
options() - Method in class org.neo4j.shell.AppCommandParser
 
OptionValueType - Enum in org.neo4j.shell
Whether or not options are expected to be supplied with a value.
optJSONArray(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.neo4j.shell.util.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.neo4j.shell.util.json.JSONObject
Get an optional string associated with a key.
org.neo4j.shell - package org.neo4j.shell
 
org.neo4j.shell.apps - package org.neo4j.shell.apps
 
org.neo4j.shell.apps.extra - package org.neo4j.shell.apps.extra
 
org.neo4j.shell.kernel - package org.neo4j.shell.kernel
 
org.neo4j.shell.kernel.apps - package org.neo4j.shell.kernel.apps
 
org.neo4j.shell.kernel.apps.cypher - package org.neo4j.shell.kernel.apps.cypher
 
org.neo4j.shell.util.json - package org.neo4j.shell.util.json
 
Output - Interface in org.neo4j.shell
An interface for printing output, like System.out, The implementation can be via RMI or locally.
OutputAsWriter - Class in org.neo4j.shell
 
OutputAsWriter(Output) - Constructor for class org.neo4j.shell.OutputAsWriter
 

P

parse(String) - Static method in class org.neo4j.shell.util.json.JSONParser
 
parseOutAppName(String) - Static method in class org.neo4j.shell.AppCommandParser
Extracts the app name (f.ex.
PathShellApp - Class in org.neo4j.shell.apps.extra
 
PathShellApp() - Constructor for class org.neo4j.shell.apps.extra.PathShellApp
 
Planner - Class in org.neo4j.shell.kernel.apps.cypher
 
Planner() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Planner
 
print(Serializable) - Method in class org.neo4j.shell.apps.extra.GshExecutor.GshOutput
 
print(Object) - Method in class org.neo4j.shell.apps.extra.GshExecutor.GshOutput
Prints an object to the wrapped Output.
print(Output) - Method in class org.neo4j.shell.ColumnPrinter
 
print(Serializable) - Method in interface org.neo4j.shell.Output
Prints a line to the output.
printHelpString(Output, ShellServer, boolean) - Static method in class org.neo4j.shell.apps.Man
Utility method for getting a short help string for a server.
println(Serializable) - Method in class org.neo4j.shell.apps.extra.GshExecutor.GshOutput
 
println() - Method in class org.neo4j.shell.apps.extra.GshExecutor.GshOutput
 
println(Object) - Method in class org.neo4j.shell.apps.extra.GshExecutor.GshOutput
Prints an object to the wrapped Output.
println() - Method in interface org.neo4j.shell.Output
Prints a new line to the output.
println(Serializable) - Method in interface org.neo4j.shell.Output
Prints a line with new line to the output.
printStackTrace(PrintStream) - Method in exception org.neo4j.shell.ShellException
 
printStackTrace(PrintWriter) - Method in exception org.neo4j.shell.ShellException
 
Profile - Class in org.neo4j.shell.kernel.apps.cypher
 
Profile() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Profile
 
PROMPT_KEY - Static variable in class org.neo4j.shell.Variables
The session key for the prompt key, just like in Bash.
put(boolean) - Method in class org.neo4j.shell.util.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.neo4j.shell.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.neo4j.shell.util.json.JSONArray
Append a double value.
put(int) - Method in class org.neo4j.shell.util.json.JSONArray
Append an int value.
put(long) - Method in class org.neo4j.shell.util.json.JSONArray
Append an long value.
put(Map) - Method in class org.neo4j.shell.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.neo4j.shell.util.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.neo4j.shell.util.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.neo4j.shell.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.neo4j.shell.util.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.neo4j.shell.util.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.neo4j.shell.util.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.neo4j.shell.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.neo4j.shell.util.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.neo4j.shell.util.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.neo4j.shell.util.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.neo4j.shell.util.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.neo4j.shell.util.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.neo4j.shell.util.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.neo4j.shell.util.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.neo4j.shell.util.json.JSONObject
Put a key/value pair in the JSONObject.
putOnce(String, Object) - Method in class org.neo4j.shell.util.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.neo4j.shell.util.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
Pwd - Class in org.neo4j.shell.kernel.apps
Mimics the POSIX application with the same name, i.e.
Pwd() - Constructor for class org.neo4j.shell.kernel.apps.Pwd
 

Q

quote(String) - Static method in class org.neo4j.shell.util.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

readCurrentWorkingDir(Session) - Static method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
Reads the session variable specified in Variables.WORKING_DIR_KEY and returns it as a list of typed ids.
readLine(String) - Method in interface org.neo4j.shell.Console
 
readOnly(Node) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
readOnly(Relationship) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
ReadOnlyGraphDatabaseProxy - Class in org.neo4j.shell.kernel
 
ReadOnlyGraphDatabaseProxy(GraphDatabaseAPI) - Constructor for class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
registerKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
registerTopLevelTransactionInProgress(Serializable) - Method in class org.neo4j.shell.kernel.GraphDatabaseShellServer
 
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
relationshipIndexNames() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
relationships(Iterable<Relationship>) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
remote_shell_enabled - Static variable in class org.neo4j.shell.ShellSettings
 
remote_shell_host - Static variable in class org.neo4j.shell.ShellSettings
 
remote_shell_name - Static variable in class org.neo4j.shell.ShellSettings
 
remote_shell_port - Static variable in class org.neo4j.shell.ShellSettings
 
remote_shell_read_only - Static variable in class org.neo4j.shell.ShellSettings
 
remoteLocation() - Static method in class org.neo4j.shell.ShellLobby
 
remoteLocation(int) - Static method in class org.neo4j.shell.ShellLobby
 
remoteLocation(int, String) - Static method in class org.neo4j.shell.ShellLobby
 
remove(String) - Method in class org.neo4j.shell.Session
Removes a value from the session.
remove(int) - Method in class org.neo4j.shell.util.json.JSONArray
Remove a index and close the hole.
remove(String) - Method in class org.neo4j.shell.util.json.JSONObject
Remove a name and its value, if present.
removeAlias(String) - Method in class org.neo4j.shell.Session
 
removeConfiguration(Index<? extends PropertyContainer>, String) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
removeProperty(String) - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
removeSpaces(String) - Static method in class org.neo4j.shell.TextUtil
 
Response - Class in org.neo4j.shell
 
Response(String, Continuation) - Constructor for class org.neo4j.shell.Response
 
Return - Class in org.neo4j.shell.kernel.apps.cypher
 
Return() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Return
 
Rm - Class in org.neo4j.shell.kernel.apps
Mimics the POSIX application with the same name, i.e.
Rm() - Constructor for class org.neo4j.shell.kernel.apps.Rm
 
Rmnode - Class in org.neo4j.shell.kernel.apps
 
Rmnode() - Constructor for class org.neo4j.shell.kernel.apps.Rmnode
 
Rmrel - Class in org.neo4j.shell.kernel.apps
Mimics the POSIX application "rmdir", but neo4j has relationships instead of directories (if you look at Neo4j in a certain perspective).
Rmrel() - Constructor for class org.neo4j.shell.kernel.apps.Rmrel
Constructs a new application which can delete relationships in Neo4j.
Rollback - Class in org.neo4j.shell.kernel.apps
 
Rollback() - Constructor for class org.neo4j.shell.kernel.apps.Rollback
 
Runtime - Class in org.neo4j.shell.kernel.apps.cypher
 
Runtime() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Runtime
 

S

Schema - Class in org.neo4j.shell.kernel.apps
 
Schema() - Constructor for class org.neo4j.shell.kernel.apps.Schema
 
schema() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
ScriptExecutor - Class in org.neo4j.shell.apps.extra
Executes groovy scripts purely via reflection
ScriptExecutor() - Constructor for class org.neo4j.shell.apps.extra.ScriptExecutor
 
Session - Class in org.neo4j.shell
A session (or environment) for a shell client.
Session(Serializable) - Constructor for class org.neo4j.shell.Session
 
Set - Class in org.neo4j.shell.kernel.apps
Sets a property for the current node or relationship.
Set() - Constructor for class org.neo4j.shell.kernel.apps.Set
Constructs a new "set" application.
set(String, Object) - Method in class org.neo4j.shell.Session
Sets a session value.
setAlias(String, String) - Method in class org.neo4j.shell.Session
 
setCommitCount(int) - Method in class org.neo4j.shell.Session
 
setConfiguration(Index<? extends PropertyContainer>, String, String) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
setCurrent(String) - Method in class org.neo4j.shell.Session
 
setPath(String) - Method in class org.neo4j.shell.Session
 
setProperty(String, Object) - Method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
setSessionVariable(String, Serializable) - Method in interface org.neo4j.shell.ShellClient
 
setSessionVariable(Serializable, String, Object) - Method in interface org.neo4j.shell.ShellServer
Sets a session property for the session identified by clientID.
ShellClient - Interface in org.neo4j.shell
Represents a shell client which communicates with a ShellServer.
ShellException - Exception in org.neo4j.shell
A general shell exception when an error occurs.
ShellException(String) - Constructor for exception org.neo4j.shell.ShellException
 
ShellLobby - Class in org.neo4j.shell
A convenience class for creating servers clients as well as finding remote servers.
ShellLobby() - Constructor for class org.neo4j.shell.ShellLobby
 
ShellServer - Interface in org.neo4j.shell
A shell server which clients can connect to and send requests (command lines).
ShellSettings - Class in org.neo4j.shell
Settings for the shell extension
ShellSettings() - Constructor for class org.neo4j.shell.ShellSettings
 
shutdown() - Method in interface org.neo4j.shell.App
Put code here which will need to run before the shell server is shut down
shutdown() - Method in class org.neo4j.shell.kernel.GraphDatabaseShellServer
 
shutdown() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
shutdown() - Method in interface org.neo4j.shell.ShellClient
Shuts down any resource needing to shut down.
shutdown() - Method in interface org.neo4j.shell.ShellServer
Shuts down the server.
skipTo(char) - Method in class org.neo4j.shell.util.json.JSONTokener
Skip characters until the next character is the requested character.
sortedKeys() - Method in class org.neo4j.shell.util.json.JSONObject
Get an enumeration of the keys of the JSONObject.
splitAndKeepEscapedSpaces(String, boolean) - Static method in class org.neo4j.shell.TextUtil
 
splitInKeyEqualsValue(String) - Static method in class org.neo4j.shell.apps.Export
 
stackTraceAsString(Throwable) - Static method in exception org.neo4j.shell.ShellException
 
STACKTRACES_KEY - Static variable in class org.neo4j.shell.Variables
The session key for whether or not to print stack traces for exceptions.
Start - Class in org.neo4j.shell.kernel.apps.cypher
 
Start() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Start
 
StartClient - Class in org.neo4j.shell
Can start clients, either remotely to another JVM running a server or by starting a local GraphDatabaseShellServer in this JVM and connecting to it.
storeId() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
stringToValue(String) - Static method in class org.neo4j.shell.util.json.JSONObject
Try to convert a string into a number, boolean, or null.
stripFromQuotes(String) - Static method in class org.neo4j.shell.TextUtil
 
syntaxError(String) - Method in class org.neo4j.shell.util.json.JSONTokener
Make a JSONException to signal a syntax error.

T

tabComplete(Serializable, String) - Method in interface org.neo4j.shell.ShellServer
Tries to complete a half-entered line and returns possible candidates, in the form of a TabCompletion.
TabCompletion - Class in org.neo4j.shell
 
TabCompletion(Collection<String>, int) - Constructor for class org.neo4j.shell.TabCompletion
 
takesOptions() - Method in interface org.neo4j.shell.App
 
templateString(String, Map<String, ? extends Object>) - Static method in class org.neo4j.shell.TextUtil
 
templateString(String, String, Map<String, ? extends Object>) - Static method in class org.neo4j.shell.TextUtil
 
terminate(Serializable) - Method in class org.neo4j.shell.kernel.GraphDatabaseShellServer
 
terminate(Serializable) - Method in interface org.neo4j.shell.ShellServer
Marks the client's active transaction as terminated.
TextUtil - Class in org.neo4j.shell
 
TextUtil() - Constructor for class org.neo4j.shell.TextUtil
 
timeForMostRecentConnection() - Method in interface org.neo4j.shell.ShellClient
 
TITLE_KEYS_KEY - Static variable in class org.neo4j.shell.Variables
When displaying node ids this variable is also used for getting an appropriate property value from that node to display as the title.
TITLE_MAX_LENGTH - Static variable in class org.neo4j.shell.Variables
The maximum length of titles to be displayed.
toJSONArray(JSONArray) - Method in class org.neo4j.shell.util.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class org.neo4j.shell.util.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface org.neo4j.shell.util.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
tokenizeStringWithQuotes(String) - Static method in class org.neo4j.shell.TextUtil
Tokenizes a string, regarding quotes.
tokenizeStringWithQuotes(String, boolean) - Static method in class org.neo4j.shell.TextUtil
Tokenizes a string, regarding quotes.
toList() - Method in class org.neo4j.shell.util.json.JSONArray
 
toMap() - Method in class org.neo4j.shell.util.json.JSONObject
 
toString() - Method in class org.neo4j.shell.util.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.neo4j.shell.util.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.neo4j.shell.util.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.neo4j.shell.util.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.neo4j.shell.util.json.JSONTokener
Make a printable string of this JSONTokener.
TransactionProvidingApp - Class in org.neo4j.shell.kernel.apps
An implementation of App which has common methods and functionality to use with neo4j.
TransactionProvidingApp() - Constructor for class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
Trav - Class in org.neo4j.shell.kernel.apps
Traverses the graph.
Trav() - Constructor for class org.neo4j.shell.kernel.apps.Trav
Constructs a new command which can traverse the graph.
traversalDescription() - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
TX_COUNT - Static variable in class org.neo4j.shell.Variables
 
TYPE_NODE - Static variable in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
TYPE_RELATIONSHIP - Static variable in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 

U

unbindAndRegisterTransaction(Serializable) - Method in class org.neo4j.shell.kernel.GraphDatabaseShellServer
 
unregisterKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
Unwind - Class in org.neo4j.shell.kernel.apps.cypher
 
Unwind() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Unwind
 
Using - Class in org.neo4j.shell.kernel.apps.cypher
 
Using() - Constructor for class org.neo4j.shell.kernel.apps.cypher.Using
 

V

validateURLAccess(URL) - Method in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy
 
valueOf(String) - Static method in enum org.neo4j.shell.Continuation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.shell.OptionValueType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.shell.Continuation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.shell.OptionValueType
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Static method in class org.neo4j.shell.util.json.JSONObject
Make a JSON text of an Object value.
Variables - Class in org.neo4j.shell
 
Variables() - Constructor for class org.neo4j.shell.Variables
 

W

welcome(Map<String, Serializable>) - Method in class org.neo4j.shell.kernel.GraphDatabaseShellServer
 
welcome(Map<String, Serializable>) - Method in interface org.neo4j.shell.ShellServer
 
Welcome - Class in org.neo4j.shell
 
Welcome(String, Serializable, String) - Constructor for class org.neo4j.shell.Welcome
 
With - Class in org.neo4j.shell.kernel.apps.cypher
 
With() - Constructor for class org.neo4j.shell.kernel.apps.cypher.With
 
withArrows(Relationship, String, Node) - Static method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
WORKING_DIR_KEY - Static variable in class org.neo4j.shell.Variables
The Session key to use to store the current node and working directory (i.e.
WorkingDirReplacer() - Constructor for class org.neo4j.shell.kernel.GraphDatabaseShellServer.WorkingDirReplacer
 
wrap(Node) - Static method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
wrap(Relationship) - Static method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
wrap(PropertyContainer) - Static method in class org.neo4j.shell.kernel.apps.NodeOrRelationship
 
wrapCause(Throwable) - Static method in exception org.neo4j.shell.ShellException
Serializes a Throwable to a String and uses that as a message in a ShellException.
write(char[], int, int) - Method in class org.neo4j.shell.OutputAsWriter
 
write(Writer) - Method in class org.neo4j.shell.util.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.neo4j.shell.util.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writeCurrentWorkingDir(List<TypedId>, Session) - Static method in class org.neo4j.shell.kernel.apps.TransactionProvidingApp
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.