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 Details

    • collectPluginDescriptions

      List<?> collectPluginDescriptions()
      Returns an enumeration of PluginEntrys.
      Returns:
      DOCUMENT ME!