Create single plugin instance
Instantiate each plugin class as a Singleton that is created one time and accessible throughout the application.
var samplePlugin = gw.plugin.Plugins.get(com.acme.plugin.SamplePlugin)
Instantiate each plugin class as a Singleton that is created one time and accessible throughout the application.
var samplePlugin = gw.plugin.Plugins.get(com.acme.plugin.SamplePlugin)