private OptionHandlerViewer addStandardOptionHandlersAndValidators(final InstallerLookup installerLookup) {
addOptionHandler(new OptionHandlerConfiguration());
OptionHandlerConnector optionHandlerClientConnection;
OptionHandlerPersistor optionHandlerPersistor;
OptionHandlerViewer optionHandlerViewer;
addOptionHandler(optionHandlerClientConnection = new OptionHandlerConnector(installerLookup));
addOptionHandler(optionHandlerPersistor = new OptionHandlerPersistor(installerLookup));
addOptionHandler(optionHandlerViewer = new OptionHandlerViewer(installerLookup));
addOptionHandler(new OptionHandlerReflector(installerLookup));
addOptionHandler(new OptionHandlerUserProfileStore(installerLookup));