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
           
 

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, AddressResolver addressResolver, StartupHealthCheck startupHealthCheck, File configFile, WebServer webServer, Iterable<Class<? extends ServerModule>> moduleClasses)
           
NeoServerWithEmbeddedWebServer(Bootstrapper bootstrapper, StartupHealthCheck startupHealthCheck, File configFile, WebServer ws, Iterable<Class<? extends ServerModule>> mc)
           
 



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.