|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.server.MockDataLoader
public class MockDataLoader
A class that uses the org.apache.commons.digester.Digester to
load data from configuration files, creating Fixture instances,
simple (non-Mock) JNDI-bound Objects, and Mock and Proxy
Objects.
| Constructor Summary | |
|---|---|
MockDataLoader()
|
|
| Method Summary | |
|---|---|
void |
parseData(java.io.InputStream input)
Parses the configuration file, creating Fixture instances,
simple (non-Mock) JNDI-bound Objects, and Mock and Proxy
Objects using the Commons Digester. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockDataLoader()
| Method Detail |
|---|
public void parseData(java.io.InputStream input)
throws MockCentralServerException
Fixture instances,
simple (non-Mock) JNDI-bound Objects, and Mock and Proxy
Objects using the Commons Digester.
MockCentralServerException - if the file could not be parsed
sucessfully.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||