]> source.dussan.org Git - pf4j.git/commitdiff
update readme
authorDecebal Suiu <decebal.suiu@gmail.com>
Thu, 11 Oct 2012 12:49:53 +0000 (15:49 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Thu, 11 Oct 2012 12:49:53 +0000 (15:49 +0300)
README.md

index f1cf5068a55df5bb3caf53d839b908c77746daf8..ff1870bbb8e4a44e92954db3dfcea43f62b98017 100644 (file)
--- a/README.md
+++ b/README.md
@@ -53,7 +53,9 @@ It's very simple to add pf4j in your application:
     }
 
 In above code, I created a **DefaultPluginManager** (it's the default implementation for
-**PluginManager** interface) that load and start all active(resolved) plugins.
+**PluginManager** interface) that load and start all active(resolved) plugins.  
+The available plugins are loaded using a **PluginClassLoader**.   
+The **PluginClassLoader** contains only classes found in _classes_ and _lib_ folders of plugin and runtime classes and libraries of plugins that are required plugin. 
 The plugins are stored in a folder. You can specify the plugins folder in constructor of DefaultPluginManager. If the plugins folder is not specified 
 than the location is returned by `System.getProperty("pf4j.pluginsDir", "plugins")`.