public interface PluginFinder
PluginDescriptor
objects. The result can then be used to initialize a PluginLoader
.Modifier and Type | Method and Description |
---|---|
Collection<PluginDescriptor> |
findPlugins()
Find plugins and return a corresponding collection of
PluginDescriptor instances. |
Collection<PluginDescriptor> findPlugins() throws IOException
PluginDescriptor
instances.PluginDescriptor
instances for all found plugins.IOException
- thrown if a problem occurs during plugin search.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.