|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jfrace.device.CPMEmulatorConfigurator
Configurator for the CPMEmulator
.
It uses a configuration file.
Here
is an example for such a configuration file.
Constructor Summary | |
CPMEmulatorConfigurator()
|
Method Summary | |
boolean |
configurate(AddressSpace as,
java.lang.String configSource,
java.lang.String packagePrefix,
java.lang.String[] args)
Create an instance of CPMEmulator , configurate
it and add it (as a device) to the address space. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CPMEmulatorConfigurator()
Method Detail |
public boolean configurate(AddressSpace as, java.lang.String configSource, java.lang.String packagePrefix, java.lang.String[] args)
CPMEmulator
, configurate
it and add it (as a device) to the address space.configurate
in interface Configurator
as
- Address space. CPU and RAM are already added.configSource
- Configuration file either an URL or a local file.packagePrefix
- Prefix as set in the emulator config file.args
- The additional command line arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |