@API(type=EXTENDABLE,
src=PUBLIC)
public class Plugin
extends Object
Plugin main class class.
This class must be extended in order to create a new plugin.
-
Constructor Summary
Constructors
-
Method Summary
Get the plugin descriptor
-
Constructor Details
-
Plugin
The constructor.
- Parameters:
descriptor
- The plugin descriptor.
-
Method Details
-
getDescriptor
Get the plugin descriptor
- Returns:
- descriptor The plugin descriptor.
-