public class StartClient extends Object
GraphDatabaseShellServer in this JVM
and connecting to it.| Modifier and Type | Field and Description |
|---|---|
static String |
ARG_COMMAND
Commands (a line can contain more than one command, with && in between)
to execute when the shell client has been connected.
|
static String |
ARG_CONFIG
Configuration file to load and use if a local
GraphDatabaseService
is started in this JVM. |
static String |
ARG_FILE
File a file with shell commands to execute when the shell client has
been connected.
|
static String |
ARG_FILE_STDIN
Special character used to request reading from stdin rather than a file.
|
static String |
ARG_HOST
The host (ip or name) to connect remotely to.
|
static String |
ARG_NAME
The RMI name to use.
|
static String |
ARG_PATH
The path to the local (this JVM)
GraphDatabaseService to
start and connect to. |
static String |
ARG_PID
The PID (process ID) to connect to.
|
static String |
ARG_PORT
The port to connect remotely on.
|
static String |
ARG_READONLY
Whether or not the shell client should be readonly.
|
static String |
ARG_VERSION
Prints the version and edition of neo4j and exits.
|
public static final String ARG_VERSION
public static final String ARG_PATH
GraphDatabaseService to
start and connect to.public static final String ARG_READONLY
public static final String ARG_HOST
public static final String ARG_PORT
public static final String ARG_NAME
public static final String ARG_PID
public static final String ARG_COMMAND
public static final String ARG_FILE
public static final String ARG_FILE_STDIN
public static final String ARG_CONFIG
GraphDatabaseService
is started in this JVM.public static void main(String[] arguments)
arguments - the arguments from the command line. Can contain
information about whether to start a local
GraphDatabaseShellServer or connect to an already running
GraphDatabaseService.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.