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