public class Plugin
extends java.lang.Object
Plugin
.
The configuration file is xml\config\payments\ppc\plugins\(the plugin directory such as SimpleOffline)\PluginDeployment.xml,
and the corresponding element is Plugin
.Constructor and Description |
---|
Plugin() |
Modifier and Type | Method and Description |
---|---|
PluginInformation |
getPluginInformation()
This method gets the plug in information.
|
void |
setPluginInformation(PluginInformation information)
This method sets the plug in information.
|
java.lang.String |
toString()
This method creates a string representation of the object.
|
public PluginInformation getPluginInformation()
public void setPluginInformation(PluginInformation information)
information
- The plug in information to set.public java.lang.String toString()
This method creates a string representation of the object.
toString
in class java.lang.Object