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

Example Gosu plugin

Java

A Java class that does not use the OSGi standard

Special notes for Java plugins

Java and OSGi support

OSGi

A Java class inside an OSGi bundle

Java and OSGi support