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