Customizing plugin functionality
To modify the behavior of a plugin, do one of the following:
- Modify the underlying class that implements the plugin functionality.
- Change the plugin definition to point to an entirely different Java or Gosu plugin class.
For information on plugins in general, see Overview of plugins.
For information on creating and deploying a specific plugin type, see the following topics:
Plugin type |
Description |
More information |
|---|---|---|
Gosu |
A Gosu class |
|
Java |
A Java class that does not use the OSGi standard |
|
OSGi |
A Java class inside an OSGi bundle |
