Uses of Interface
org.neo4j.server.configuration.Configurator

Packages that use Configurator
org.neo4j.server   
org.neo4j.server.configuration   
org.neo4j.server.modules   
org.neo4j.server.storemigration   
 

Uses of Configurator in org.neo4j.server
 

Fields in org.neo4j.server declared as Configurator
protected  Configurator AbstractNeoServer.configurator
           
 

Methods in org.neo4j.server that return Configurator
protected  Configurator WrappingNeoServerBootstrapper.createConfigurator()
           
protected  Configurator Bootstrapper.createConfigurator()
           
 Configurator AbstractNeoServer.getConfigurator()
           
 Configurator NeoServer.getConfigurator()
           
 

Constructors in org.neo4j.server with parameters of type Configurator
CommunityNeoServer(Configurator configurator)
           
WrappingNeoServer(org.neo4j.kernel.GraphDatabaseAPI db, Configurator configurator)
           
WrappingNeoServerBootstrapper(org.neo4j.kernel.GraphDatabaseAPI db, Configurator configurator)
          Create an instance with custom documentation.
 

Uses of Configurator in org.neo4j.server.configuration
 

Classes in org.neo4j.server.configuration that implement Configurator
 class PropertyFileConfigurator
           
 class ServerConfigurator
          Used by the WrappingNeoServerBootstrapper, passing the minimum amount of required configuration on to the neo4j server.
 

Fields in org.neo4j.server.configuration with type parameters of type Configurator
static org.neo4j.kernel.info.DiagnosticsExtractor<Configurator> Configurator.DIAGNOSTICS
           
 

Uses of Configurator in org.neo4j.server.modules
 

Constructors in org.neo4j.server.modules with parameters of type Configurator
ThirdPartyJAXRSModule(WebServer webServer, Configurator configurator)
           
 

Uses of Configurator in org.neo4j.server.storemigration
 

Methods in org.neo4j.server.storemigration that return Configurator
protected  Configurator PreStartupStoreUpgrader.getConfigurator()
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.