Class PluginLoader

java.lang.Object
com.dandymadeproductions.ajqvue.plugin.PluginLoader
All Implemented Interfaces:
Runnable

public class PluginLoader extends Object implements Runnable
The PluginLoader class is used to cycle through the jar/zip files located in the plugin directory under the framework's installation directory lib to find Plugin Modules. Only classes that match the interface Plugin_Module will be loaded.