|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.runtime.installers.InstallerAbstract
org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerAbstract
org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerNoop
public class FixturesInstallerNoop
| Field Summary |
|---|
| Fields inherited from interface org.nakedobjects.runtime.fixturesinstaller.FixturesInstaller |
|---|
TYPE |
| Constructor Summary | |
|---|---|
FixturesInstallerNoop()
|
|
| Method Summary | |
|---|---|
protected void |
addFixturesTo(FixturesInstallerDelegate delegate)
Add fixtures to delegate; these
are then installed. |
LogonFixture |
getLogonFixture()
The Fixture (if any) added via #installFixture(Fixture) that is an
instance of LogonFixture. |
void |
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 |
|---|
public FixturesInstallerNoop()
| Method Detail |
|---|
public void installFixtures()
installFixtures in interface FixturesInstallerinstallFixtures in class FixturesInstallerAbstractpublic LogonFixture getLogonFixture()
FixturesInstallerFixture (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.
getLogonFixture in interface FixturesInstallergetLogonFixture in class FixturesInstallerAbstractprotected void addFixturesTo(FixturesInstallerDelegate delegate)
FixturesInstallerAbstractdelegate; these
are then installed.
addFixturesTo in class FixturesInstallerAbstract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||