| | |
| | | { |
| | | ProgressMessageFormatter formatter = new HtmlProgressMessageFormatter(); |
| | | try { |
| | | application = Application.create(formatter); |
| | | application = Application.create(); |
| | | application.setProgressMessageFormatter(formatter); |
| | | } catch (ApplicationException e) { |
| | | LOG.log(Level.INFO, "error", e); |
| | |
| | | } |
| | | } |
| | | |
| | | private Application createApplication(ProgressMessageFormatter formatter) { |
| | | try { |
| | | application = Application.create(formatter); |
| | | } catch (ApplicationException e) { |
| | | LOG.log(Level.INFO, "error", e); |
| | | } |
| | | return application; |
| | | } |
| | | |
| | | /** |
| | | * Gets the current installation status of the filesystem |
| | | * bits this quick setup is managing. |