| Package | Description |
|---|---|
| emulib.plugins.compiler | |
| emulib.plugins.cpu | |
| emulib.plugins.device | |
| emulib.plugins.memory | |
| emulib.runtime | |
| emulib.runtime.exceptions |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Compiler
This interface is the core for compiler plug-in types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompiler
This class implements some fundamental functionality that can be
useful within the implementation of own compiler plug-ins.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CPU
Interface that covers CPU common operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCPU
This class implements some fundamental functionality that can be used by your own plug-ins.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Device
Main interface that has to be implemented by device plug-in.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDevice
Abstract device class.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Memory
Main interface for memory plug-ins.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMemory
Abstract memory.
|
| Modifier and Type | Method and Description |
|---|---|
List<Class<Plugin>> |
PluginLoader.loadPlugins(String password,
File... pluginFiles)
Loads emuStudio plugins.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Plugin> |
PluginInitializationException.getPlugin() |
| Constructor and Description |
|---|
PluginInitializationException(Plugin plugin) |
PluginInitializationException(Plugin plugin,
String message) |
PluginInitializationException(Plugin plugin,
String message,
Throwable cause) |
PluginInitializationException(Plugin plugin,
Throwable cause) |
Copyright © 2017. All rights reserved.