@Deprecated public abstract class Bootstrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
GRAPH_DATABASE_STARTUP_ERROR_CODE
Deprecated.
|
static int |
OK
Deprecated.
|
static int |
WEB_SERVER_STARTUP_ERROR_CODE
Deprecated.
|
| Constructor and Description |
|---|
Bootstrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
NeoServer |
getServer()
Deprecated.
|
static void |
main(String[] args)
Deprecated.
|
int |
start(File configFile,
org.neo4j.helpers.Pair<String,String>... configOverrides)
Deprecated.
|
int |
stop()
Deprecated.
|
public static final int OK
public static final int WEB_SERVER_STARTUP_ERROR_CODE
public static final int GRAPH_DATABASE_STARTUP_ERROR_CODE
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.