164165166167168169170171172173174
if ( isNoneConfigProvider ) { backupProvider = null; } JQueryStyle jQueryStyle; try { jQueryStyle = JQueryStyle.valueOf(commandLine.getOptionValue(JQUERY_STYLE, "red").toUpperCase()); } catch ( IllegalArgumentException e )