From: Decebal Suiu Date: Tue, 19 Feb 2013 15:12:50 +0000 (+0200) Subject: Update README.md X-Git-Tag: release-0.4~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7ac8689a0b80f1083155e9205ebb87c9187aa675;p=pf4j.git Update README.md --- diff --git a/README.md b/README.md index ab317a6..398fc8b 100644 --- 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 {