- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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.
- 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.
- 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
-
- 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
-
- 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
-
- 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.
- 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
-