public abstract class ServerBootstrapper extends Object implements Bootstrapper
| 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 |
|---|
ServerBootstrapper() |
| Modifier and Type | Method and Description |
|---|---|
NeoServer |
getServer() |
boolean |
isRunning() |
static int |
start(Bootstrapper boot,
String... argv) |
int |
start(File homeDir,
Optional<File> configFile,
Map<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
public static int start(Bootstrapper boot, String... argv)
public final int start(File homeDir, Optional<File> configFile, Map<String,String> configOverrides)
start in interface Bootstrapperpublic int stop()
stop in interface Bootstrapperpublic boolean isRunning()
public NeoServer getServer()
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.