Package org.pf4j

Interface PluginLoader

    • Method Detail

      • isApplicable

        boolean isApplicable​(java.nio.file.Path pluginPath)
        Returns true if this loader is applicable to the given Path.
        Parameters:
        pluginPath -
        Returns:
      • loadPlugin

        java.lang.ClassLoader loadPlugin​(java.nio.file.Path pluginPath,
                                         PluginDescriptor pluginDescriptor)