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 ofPluginEntry
s.
-
Method Details
-
collectPluginDescriptions
List<?> collectPluginDescriptions()Returns an enumeration ofPluginEntry
s.- Returns:
- DOCUMENT ME!
-