private void viewHistory(String historyFile, boolean all) throws IOException { HistoryViewer historyViewer = new HistoryViewer(historyFile, getConf(), all); historyViewer.print(); }