autopsy
autopsy copied to clipboard
Add DataSourceProcessor Jython support
I had a conflict with #5888 PR and made a mistake updating it with the new changes. I closed it and created this new PR. I'm sorry.
Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
This PR:
With this PR, it is possible to create data source processor modules with python.

How to
Add Image Wizard Panel only verify processor modules based on @ServiceProvider annotation with DataProcessor.class. This PR adds JythonModuleLoader to search for DataSourceProcessors like Ingest and Report modules.
Thanks also to: @98jfran @mfrade @patriciodomingues