@PublicEvolving public interface Plugin
Modifier and Type | Method and Description |
---|---|
default void |
configure(Configuration config)
Optional method for plugins to pick up settings from the configuration.
|
default ClassLoader |
getClassLoader()
Helper method to get the class loader used to load the plugin.
|
default ClassLoader getClassLoader()
default void configure(Configuration config)
config
- The configuration to apply to the plugin.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.