Package org.pf4j
Class JarPluginLoader
java.lang.Object
org.pf4j.JarPluginLoader
- All Implemented Interfaces:
PluginLoader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isApplicable
(Path pluginPath) Returns true if this loader is applicable to the givenPath
.loadPlugin
(Path pluginPath, PluginDescriptor pluginDescriptor)
-
Field Details
-
pluginManager
-
-
Constructor Details
-
JarPluginLoader
-
-
Method Details
-
isApplicable
Description copied from interface:PluginLoader
Returns true if this loader is applicable to the givenPath
.- Specified by:
isApplicable
in interfacePluginLoader
- Parameters:
pluginPath
-- Returns:
-
loadPlugin
- Specified by:
loadPlugin
in interfacePluginLoader
-