The main class of the NBI engine. It represents the installer and provides
methods to start the installation/maintenance process as well as to
finish/cancel/break the installation.
author: Kirill Sorokin
Cancels the installation. This method cancels the changes that were possibly
made to the components registry and exits with the cancel error code.
This method is not logged.
See Also:Installer.finish() See Also:Installer.criticalExit()
Critically exists. No changes will be made to the components registry - it
will remain at the same state it was at the moment this method was called.
This method is not logged.
See Also:Installer.cancel() See Also:Installer.finish()
Finishes the installation. This method finalizes the changes made to the
components registry and exits with a normal error code.
This method is not logged.
See Also:Installer.cancel() See Also:Installer.criticalExit()
The main method. It creates an instance of
Installer and calls
the
Installer.start() method, passing in the command line arguments.
Parameters: arguments - The command line arguments