Class PluginLoader
java.lang.Object
com.dandymadeproductions.ajqvue.plugin.PluginLoader
- All Implemented Interfaces:
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.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPluginLoader(Main_Frame parent) PluginLoader(Main_Frame parent, URL pluginURL, String repositoryName, String repositoryType, String[] repositoryOptions) -
Method Summary