Creates a class which allows you to manage the module's lifecycle (installation and uninstallation). Remember that an installer is optional and often not needed at all. Either a ModuleInstall
is created if this module is a regular NetBeans module, or a BundleActivator
is created if you have chosen that the module project generates OSGi bundle.