public interface PluginsCollector
| Modifier and Type | Method and Description |
|---|---|
Collection<PluginManager.PluginLocation> |
collectPluginLocations() |
void |
configure(ExtendedProperties configuration)
Configures this collector instance, this method will be called once
before any other method call in this class.
|
void configure(ExtendedProperties configuration) throws Exception
configuration - application configuration data from
boot.properties file and
System properties as defaultsException - if any error has occurred during collector configuringCollection<PluginManager.PluginLocation> collectPluginLocations()
plug-in locationsCopyright © 2016. All rights reserved.