| org.java.plugin.boot.PluginsCollector
All known Subclasses: org.java.plugin.boot.DefaultPluginsCollector,
PluginsCollector | public interface PluginsCollector (Code) | | Interface to encapsulate logic for gathering information about available
plug-ins locations.
version: $Id$ |
collectPluginLocations | Collection<PluginLocation> collectPluginLocations()(Code) | | collection of all discoveredorg.java.plugin.PluginManager.PluginLocation plug-in locations |
configure | void configure(ExtendedProperties configuration) throws Exception(Code) | | Configures this collector instance, this method will be called once
before any other method call in this class. There is no pre-defined
configuration parameters, see concrete implementations for supported
parameters.
Parameters: configuration - application configuration data fromboot.properties file andSystem properties as defaults throws: Exception - if any error has occurred during collector configuring |
|
|