public interface FixtureLoader
| Modifier and Type | Interface and Description |
|---|---|
static class |
FixtureLoader.Mode |
| Modifier and Type | Method and Description |
|---|---|
void |
load(Fixture fixture,
FixtureLoader.Mode mode)
Loads a fixture.
|
void |
reset()
Resets the fixture.
|
void load(Fixture fixture, FixtureLoader.Mode mode)
fixture - the fixture to load.mode - the comit mode to use.void reset()
reset, the fixture is in the same state as it was before the
load(net.cpollet.jixture.fixtures.Fixture, net.cpollet.jixture.fixtures.loaders.FixtureLoader.Mode) call.Copyright © 2014. All Rights Reserved.