Package org.savantbuild.plugin
Interface PluginLoader
- All Known Implementing Classes:
DefaultPluginLoader
public interface PluginLoader
Defines the method used to load Plugins
-
Method Summary
-
Method Details
-
load
Loads the plugin with the given dependency.- Parameters:
pluginDependency- The dependency definition of the plugin.- Returns:
- The Plugin instance.
-