Class JarPluginLoader
java.lang.Object
org.pf4j.JarPluginLoader
- All Implemented Interfaces:
PluginLoader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisApplicable(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:PluginLoaderReturns true if this loader is applicable to the givenPath.- Specified by:
isApplicablein interfacePluginLoader- Parameters:
pluginPath-- Returns:
-
loadPlugin
- Specified by:
loadPluginin interfacePluginLoader
-