Chapter?7.?Extending the runmcConsole plugin

Table of Contents

To add a shell to the runmcconsole, a plugin must specify that it requires the runmcConsole plugin, and register a Shell implementation in the plugin's start() method.

Note

All runmcconsole classes mentioned in this chapter are contained in the runmcconsole package. So you should add an import statement like the following to the start of your plugin's source file(s):

import runmcconsole.*;