Uses of Class
org.neo4j.server.Bootstrapper

Packages that use Bootstrapper
org.neo4j.server   
 

Uses of Bootstrapper in org.neo4j.server
 

Subclasses of Bootstrapper in org.neo4j.server
 class NeoServerBootstrapper
           
 class WrappingNeoServerBootstrapper
          A bootstrapper for the Neo4j Server that takes an already instantiated GraphDatabaseAPI, and optional configuration, and launches a server using that database.
 

Methods in org.neo4j.server that return Bootstrapper
static Bootstrapper Bootstrapper.loadMostDerivedBootstrapper()
           
 

Methods in org.neo4j.server with parameters of type Bootstrapper
protected  boolean Bootstrapper.isMoreDerivedThan(Bootstrapper other)
           
 

Constructors in org.neo4j.server with parameters of type Bootstrapper
NeoServerWithEmbeddedWebServer(Bootstrapper bootstrapper, StartupHealthCheck startupHealthCheck, Configurator configurator, WebServer webServer, Iterable<Class<? extends ServerModule>> moduleClasses)
           
 



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