org.nakedobjects.runtime.fixturesinstaller
Interface FixturesInstaller

All Superinterfaces:
ApplicationScopedComponent, Component, Installer
All Known Implementing Classes:
FixturesFromConfiguration, FixturesInstallerAbstract, FixturesInstallerNoop

public interface FixturesInstaller
extends Installer


Field Summary
static java.lang.String TYPE
          NB: this has the suffix '-installer' because in the command line we must distinguish from the '--fixture' flag meaning a particular fixture to install (whereas this flag means how to install them).
 
Method Summary
 LogonFixture getLogonFixture()
          The Fixture (if any) added via #installFixture(Fixture) that is an instance of LogonFixture.
 void installFixtures()
           
 
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
 

Field Detail

TYPE

static final java.lang.String TYPE
NB: this has the suffix '-installer' because in the command line we must distinguish from the '--fixture' flag meaning a particular fixture to install (whereas this flag means how to install them).

See Also:
Constant Field Values
Method Detail

installFixtures

void installFixtures()

getLogonFixture

LogonFixture getLogonFixture()
The Fixture (if any) added via #installFixture(Fixture) that is an instance of LogonFixture.

If there is more than one LogonFixture, then the last one installed is returned.



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