Class PluginRepository

java.lang.Object
com.dandymadeproductions.ajqvue.plugin.PluginRepository
All Implemented Interfaces:
PluginRepositoryInterface
Direct Known Subclasses:
FILE_PluginRepository, FTP_PluginRepository, HTTP_PluginRepository

public abstract class PluginRepository extends Object implements PluginRepositoryInterface
The PluginRepository class provides the general framework and link to the PluginRepository Interface inheritance for all PluginReposities in the framework. The class defines the aspects that are needed in order to properly derive a file/network repository.