]> source.dussan.org Git - pf4j.git/commitdiff
Update README.md
authorDecebal Suiu <decebal.suiu@gmail.com>
Tue, 19 Feb 2013 15:12:50 +0000 (17:12 +0200)
committerDecebal Suiu <decebal.suiu@gmail.com>
Tue, 19 Feb 2013 15:12:50 +0000 (17:12 +0200)
README.md

index ab317a6b0e654164b46cd43f8f1205e12a8c7e88..398fc8b1ea5986c2e800063ab81ad324004b419a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -89,6 +89,8 @@ In this case the `classes/META-INF/MANIFEST.MF` file looks like:
 In above manifest I described a plugin with id `welcome-plugin`, with class `ro.fortsoft.pf4j.demo.welcome.WelcomePlugin`, with version `0.0.1` and with dependencies 
 to plugins `x, y, z`.
 
+Also you can use any PluginDescriptorFinder (for example **PropertiesPluginDescriptorFinder**) in DefaultPluginManager (using setPluginDescriptorFinder() method).
+
 You can define an extension point in your application using **ExtensionPoint** interface marker.
 
     public interface Greeting extends ExtensionPoint {