devonfw/solicitor

Additional Solicitor Lifecycle Method

Closed this issue · 2 comments

duph97 commented

As a developer, I want to have an additional lifecycle method, so that I can apply changes before the reports are generated but after the rules have been processed.
Currently there are two lifecycle methods.

  • void modelRootInitialized(ModelRoot modelRoot);
  • void endOfMainProcessing(ModelRoot modelRoot);

The additional method could be

  • void beforeWriterProcessing(ModelRoot modelRoot);

I renamed/moved the new method:

  • afterModelProcessing()

I also added another method which might be useful:

  • afterReadingInventory()

Merged. Close.