Class HTTP_PluginRepository
java.lang.Object
com.dandymadeproductions.ajqvue.plugin.PluginRepository
com.dandymadeproductions.ajqvue.plugin.HTTP_PluginRepository
- All Implemented Interfaces:
PluginRepositoryInterface
The HTTP_PluginRepository class provides the general framework to
create a HTTP type repository that would be derived from a web server.
A web HTTP type repository will try to cache the plugin list as derived
from a XML file at the resource.
-
Field Summary
Fields inherited from class com.dandymadeproductions.ajqvue.plugin.PluginRepository
cachedRepositoryDirectoryString, cachedRepositoryURLString, debugMode, downloadRepository, FILE, FTP, FTPS, generalProperties, GZIP_MAGIC_1, GZIP_MAGIC_2, HTTP, HTTPS, isRepositoryCached, remoteRepositoryURLString, REPOSITORY_CACHED_FILE, REPOSITORY_FILENAME, REPOSITORY_PATH_FILE, UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.dandymadeproductions.ajqvue.plugin.PluginRepository
addPluginItem, clearPluginItems, displayErrors, getName, getPath, getPluginItems, getRepositoryOptions, getRepositoryType, readPluginList, readPluginListException, refresh, setName, setOptions, setPath, setRepository, setType
-
Constructor Details
-
HTTP_PluginRepository
-
-
Method Details
-
loadPluginList
public boolean loadPluginList()
-