Table of Contents
To add a shell to the console, a plugin must specify that it requires the Console plugin, and register a Shell implementation in the plugin's start() method.
All console classes mentioned in this chapter are contained in the console package. So you should add an import statement like the following to the start of your plugin's source file(s):
import console.*; |