public interface PluginsCollector
| Modifier and Type | Method and Description |
|---|---|
java.util.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 java.lang.Exception
configuration - application configuration data from
boot.properties file and
System properties as defaultsjava.lang.Exception - if any error has occurred during collector configuringjava.util.Collection<PluginManager.PluginLocation> collectPluginLocations()
plug-in locationsCopyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.