*/
public void execute()
{
UpdateController updateController =
updateControllerFactory.createUpdateController(_app, new ArtifactDownloaderFactoryImpl(),
new UpdateUtilImpl(), new JOptionPaneService(), new FileWrapperFactoryImpl());
updateController.showUpdateDialog();
}