public class PluginListHandler extends Object
PluginManager.setPluginListHandler(org.freehep.application.studio.pluginmanager.PluginListHandler)
.Constructor and Description |
---|
PluginListHandler() |
Modifier and Type | Method and Description |
---|---|
List<PluginInfo> |
getAvailablePlugins(URL url,
Logger logger,
Studio application)
Called by
PluginManager to download a list of available plugins. |
public List<PluginInfo> getAvailablePlugins(URL url, Logger logger, Studio application)
PluginManager
to download a list of available plugins.
The provided implementation posts HTTP request to the supplied URL and uses JDOM to parse
the XML response conforming to "plugin.dtd".url
- logger
- application
- Copyright © 2000–2017 FreeHEP. All rights reserved.