org.neo4j.server
Interface NeoServer
- All Known Implementing Classes:
- NeoServerWithEmbeddedWebServer
public interface NeoServer
start
void start()
getConfiguration
org.apache.commons.configuration.Configuration getConfiguration()
stop
void stop()
getDatabase
Database getDatabase()
getConfigurator
Configurator getConfigurator()
getExtensionManager
PluginManager getExtensionManager()
getInjectables
Collection<Injectable<?>> getInjectables(List<String> packageNames)
baseUri
URI baseUri()
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.