org.nakedobjects.runtime.system
Class NakedObjectsSystemBootstrapper

java.lang.Object
  extended by org.nakedobjects.runtime.system.NakedObjectsSystemBootstrapper

public final class NakedObjectsSystemBootstrapper
extends java.lang.Object

Creates and initializes NakedObjectsSystem using the provided ConfigurationBuilder or InstallerLookup.


Constructor Summary
NakedObjectsSystemBootstrapper(ConfigurationBuilder configurationBuilder, java.lang.Class<?> loadedBy)
           
NakedObjectsSystemBootstrapper(InstallerLookup installerLookup)
           
 
Method Summary
 NakedObjectsSystem bootSystem(DeploymentType deploymentType)
           
static InstallerLookup createAndInitializeInstallerLookup(ConfigurationBuilder configurationBuilder, java.lang.Class<?> loadedBy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NakedObjectsSystemBootstrapper

public NakedObjectsSystemBootstrapper(ConfigurationBuilder configurationBuilder,
                                      java.lang.Class<?> loadedBy)

NakedObjectsSystemBootstrapper

public NakedObjectsSystemBootstrapper(InstallerLookup installerLookup)
Method Detail

createAndInitializeInstallerLookup

public static InstallerLookup createAndInitializeInstallerLookup(ConfigurationBuilder configurationBuilder,
                                                                 java.lang.Class<?> loadedBy)

bootSystem

public NakedObjectsSystem bootSystem(DeploymentType deploymentType)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.