Package org.pf4j

Interface PluginRepository

    • Method Detail

      • getPluginPaths

        java.util.List<java.nio.file.Path> getPluginPaths()
        List all plugin paths.
        Returns:
        a list with paths
      • deletePluginPath

        boolean deletePluginPath​(java.nio.file.Path pluginPath)
        Removes a plugin from the repository.
        Parameters:
        pluginPath - the plugin path
        Returns:
        true if deleted
        Throws:
        PluginRuntimeException - if something goes wrong