|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FixturesInstaller
| 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 |
|---|
static final java.lang.String TYPE
| Method Detail |
|---|
void installFixtures()
LogonFixture getLogonFixture()
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||