Package io.apiman.manager.test.server
Class ApiManagerTestPluginRegistry
- java.lang.Object
-
- io.apiman.manager.api.core.plugin.AbstractPluginRegistry
-
- io.apiman.manager.test.server.ApiManagerTestPluginRegistry
-
- All Implemented Interfaces:
IPluginRegistry
@ApplicationScoped public class ApiManagerTestPluginRegistry extends AbstractPluginRegistry
A concrete implementation of the plugin registry. This one is used for testing only.- Author:
- eric.wittmann@redhat.com
-
-
Constructor Summary
Constructors Constructor Description ApiManagerTestPluginRegistry()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddownloadPlugin(File pluginFile, PluginCoordinates coordinates)-
Methods inherited from class io.apiman.manager.api.core.plugin.AbstractPluginRegistry
createPluginClassLoader, downloadFromMavenRepo, getMavenRepositories, loadPlugin, setPluginsDir
-
-
-
-
Method Detail
-
downloadPlugin
protected void downloadPlugin(File pluginFile, PluginCoordinates coordinates)
-
-