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 TypeMethodDescriptionbooleanisApplicable(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:PluginLoaderReturns true if this loader is applicable to the givenPath.- Specified by:
isApplicablein interfacePluginLoader- Overrides:
isApplicablein classBasePluginLoader- Parameters:
pluginPath-- Returns:
-