Package org.graffiti.managers.pluginmgr
Interface PluginDescriptionCollector
- All Known Implementing Classes:
ClassPathPluginDescriptionCollector
public interface PluginDescriptionCollector
Collects plugin description URLs, which can be used by the PluginSelector.
- Version:
- $Revision: 1.6 $
- See Also:
PluginSelector,PluginEntry
-
Method Summary
Modifier and Type Method Description List<?>collectPluginDescriptions()Returns an enumeration ofPluginEntrys.
-
Method Details
-
collectPluginDescriptions
List<?> collectPluginDescriptions()Returns an enumeration ofPluginEntrys.- Returns:
- DOCUMENT ME!
-