Browse Source

Ability to get pluginsRoot from PluginManager (#139)

tags/release-1.3.0
Jan Høydahl 7 years ago
parent
commit
c9f98de8ff
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      pf4j/src/main/java/ro/fortsoft/pf4j/PluginManager.java

+ 5
- 0
pf4j/src/main/java/ro/fortsoft/pf4j/PluginManager.java View File

@@ -174,4 +174,9 @@ public interface PluginManager {
*/
Version getSystemVersion();

/**
* Gets the path of the folder where plugins are installed
* @return Path of plugins root
*/
public Path getPluginsRoot();
}

Loading…
Cancel
Save