Separate DirectoryWatch function from action
--------------------------------------------
Key: FELIX-530
URL: https://issues.apache.org/jira/browse/FELIX-530
Project: Felix
Issue Type: New Feature
Components: File Install
Reporter: Toni Menzel
I would like to pull the actions out of the DirectoryWatcher class.
Instead, this class just detect/tracks changes like it currently does and calls
an appropriate action contributed via extender pattern.
This way, other bundles can
1. contribute functionality like handling other stuff than final bundles and
.cfg files.
2. replace the current behavior
3. DirectoryWatcher gets slicker / easier to maintain
The current two behaviors (install/update/remove on .jar Bundles and .cfg)
could be installed in the activator by default (just like felix.shell does with
its commands)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.