Parcourir la source

Update README.md

tags/release-0.4
Decebal Suiu il y a 11 ans
Parent
révision
7ac8689a0b
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      README.md

+ 2
- 0
README.md Voir le fichier

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 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`. 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. You can define an extension point in your application using **ExtensionPoint** interface marker.


public interface Greeting extends ExtensionPoint { public interface Greeting extends ExtensionPoint {

Chargement…
Annuler
Enregistrer