Package ro.sync.exml.plugin
Class Plugin
- java.lang.Object
-
- ro.sync.exml.plugin.Plugin
-
@API(type=EXTENDABLE, src=PUBLIC) public class Plugin extends java.lang.Object
Plugin main class class. This class must be extended in order to create a new plugin.
-
-
Constructor Summary
Constructors Constructor Description Plugin(PluginDescriptor descriptor)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginDescriptor
getDescriptor()
Get the plugin descriptorjava.lang.String
toString()
-
-
-
Constructor Detail
-
Plugin
public Plugin(PluginDescriptor descriptor)
The constructor.- Parameters:
descriptor
- The plugin descriptor.
-
-
Method Detail
-
getDescriptor
public final PluginDescriptor getDescriptor()
Get the plugin descriptor- Returns:
- descriptor The plugin descriptor.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- See Also:
Object.toString()
-
-