Browse Source

Ability to get pluginsRoot from PluginManager (#139)

pull/140/head
Jan Høydahl 8 years ago committed by Decebal Suiu
parent
commit
c9f98de8ff
  1. 5
      pf4j/src/main/java/ro/fortsoft/pf4j/PluginManager.java

5
pf4j/src/main/java/ro/fortsoft/pf4j/PluginManager.java

@ -174,4 +174,9 @@ public interface PluginManager {
*/ */
Version getSystemVersion(); Version getSystemVersion();
/**
* Gets the path of the folder where plugins are installed
* @return Path of plugins root
*/
public Path getPluginsRoot();
} }

Loading…
Cancel
Save