Package org.pf4j
Class DefaultPluginLoader
java.lang.Object
org.pf4j.BasePluginLoader
org.pf4j.DefaultPluginLoader
- All Implemented Interfaces:
PluginLoader
Load all information needed by a plugin from
DefaultPluginClasspath
.-
Field Summary
Fields inherited from class org.pf4j.BasePluginLoader
pluginClasspath, pluginManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isApplicable
(Path pluginPath) Returns true if this loader is applicable to the givenPath
.Methods inherited from class org.pf4j.BasePluginLoader
createPluginClassLoader, loadClasses, loadJars, loadPlugin
-
Constructor Details
-
DefaultPluginLoader
-
-
Method Details
-
isApplicable
Description copied from interface:PluginLoader
Returns true if this loader is applicable to the givenPath
.- Specified by:
isApplicable
in interfacePluginLoader
- Overrides:
isApplicable
in classBasePluginLoader
- Parameters:
pluginPath
-- Returns:
-