Netcentric / vault-upgrade-hook

Jackrabbit FileVault Install Hook to perform additional actions during package installation
Eclipse Public License 1.0
19 stars 13 forks source link

Review method signatures and APIs #20

Closed nc-andreashaller closed 7 years ago

nc-andreashaller commented 7 years ago

The InstallContext should be available throughout all methods for logging. Especially the UpgradeHandler and UpgradeAction should be able to access it. Not only for logging but also for access to package information etc.

As the InstallContext is Phase specific it should not be stored between phases.