org.nakedobjects.runtime.fixturesinstaller.config
Class FixturesFromConfiguration

java.lang.Object
  extended by org.nakedobjects.runtime.installers.InstallerAbstract
      extended by org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerAbstract
          extended by org.nakedobjects.runtime.fixturesinstaller.config.FixturesFromConfiguration
All Implemented Interfaces:
ApplicationScopedComponent, Component, Installer, ConfigurationBuilderAware, FixturesInstaller

public class FixturesFromConfiguration
extends FixturesInstallerAbstract


Field Summary
 
Fields inherited from interface org.nakedobjects.runtime.fixturesinstaller.FixturesInstaller
TYPE
 
Constructor Summary
FixturesFromConfiguration()
           
 
Method Summary
protected  void addFixturesTo(FixturesInstallerDelegate delegate)
          Add fixtures to delegate; these are then installed.
 
Methods inherited from class org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerAbstract
getLogonFixture, installFixtures
 
Methods inherited from class org.nakedobjects.runtime.installers.InstallerAbstract
addConfigurationResources, getConfiguration, getConfigurationResources, getName, getType, init, setConfiguration, setConfigurationBuilder, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.Installer
getConfigurationResources, getName, getType
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Constructor Detail

FixturesFromConfiguration

public FixturesFromConfiguration()
Method Detail

addFixturesTo

protected void addFixturesTo(FixturesInstallerDelegate delegate)
Description copied from class: FixturesInstallerAbstract
Add fixtures to delegate; these are then installed.

Specified by:
addFixturesTo in class FixturesInstallerAbstract


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