Interface PluginLoader
- All Known Implementing Classes:
BasePluginLoader, CompoundPluginLoader, DefaultPluginLoader, DevelopmentPluginLoader, JarPluginLoader
public interface PluginLoader
Load all information (classes) needed by a plugin.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisApplicable(Path pluginPath) Returns true if this loader is applicable to the givenPath.loadPlugin(Path pluginPath, PluginDescriptor pluginDescriptor)
-
Method Details
-
isApplicable
-
loadPlugin
-