diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2013-02-19 17:12:50 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2013-02-19 17:12:50 +0200 |
commit | 7ac8689a0b80f1083155e9205ebb87c9187aa675 (patch) | |
tree | 68bed41b0057a6d44d9ced385b01e99163933b35 /README.md | |
parent | b333e38e43a49509128c41c44fb0bf7a5a5ae2e5 (diff) | |
download | pf4j-7ac8689a0b80f1083155e9205ebb87c9187aa675.tar.gz pf4j-7ac8689a0b80f1083155e9205ebb87c9187aa675.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |