public interface ServerControls extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Stop the test instance and delete all files related to it on disk.
|
org.neo4j.graphdb.GraphDatabaseService |
graph()
Access the
GraphDatabaseService used by the server |
URI |
httpsURI()
Returns ths URI to the root resource of the instance using the https protocol.
|
URI |
httpURI()
Returns the URI to the root resource of the instance.
|
URI httpURI()
URI httpsURI()
void close()
close in interface AutoCloseableorg.neo4j.graphdb.GraphDatabaseService graph()
GraphDatabaseService used by the serverCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.