|
||||||||||
| 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
public abstract class FixturesInstallerAbstract
| Field Summary |
|---|
| Fields inherited from interface org.nakedobjects.runtime.fixturesinstaller.FixturesInstaller |
|---|
TYPE |
| Constructor Summary | |
|---|---|
FixturesInstallerAbstract(java.lang.String name)
|
|
| Method Summary | |
|---|---|
protected abstract 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 FixturesInstallerAbstract(java.lang.String name)
| Method Detail |
|---|
public void installFixtures()
installFixtures in interface FixturesInstallerprotected abstract void addFixturesTo(FixturesInstallerDelegate delegate)
delegate; these
are then installed.
public 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 FixturesInstaller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||