public interface PackageProvider
ConfigurationProvider interface| Modifier and Type | Method and Description | 
|---|---|
| void | init(Configuration configuration)Initializes with the configuration | 
| void | loadPackages()Loads the packages for the configuration. | 
| boolean | needsReload()Tells whether the PackageProvider should reload its configuration | 
void init(Configuration configuration) throws ConfigurationException
configuration - The configurationConfigurationException - If anything goes wrongboolean needsReload()
void loadPackages()
           throws ConfigurationException
ConfigurationException - in case of configuration errorsCopyright © 2000–2025 Apache Software Foundation. All rights reserved.