Package | Description |
---|---|
com.jmodule.exec |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleClient.addModule(Module m)
Adds a possible module to the client.
|
void |
ConsoleClient.removeModule(Module m)
Removes a possible module from the client.
|
Constructor and Description |
---|
ConsoleClient(java.lang.String appname,
Module homeModule)
Sets the name of the app and the starting module
|