Package org.pf4j
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 TypeMethodDescriptionboolean
isApplicable
(Path pluginPath) Returns true if this loader is applicable to the givenPath
.loadPlugin
(Path pluginPath, PluginDescriptor pluginDescriptor)
-
Method Details
-
isApplicable
Returns true if this loader is applicable to the givenPath
.- Parameters:
pluginPath
-- Returns:
-
loadPlugin
-