X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FBackupFilesPresetEntry.java;h=3c70b82f801217077e938c7e365ac7f38626a309;hb=d14d7360a1855481eadb19536b86253bbc8eccdc;hp=a5bea91303ae97c3797774596fd814de0d6f34b5;hpb=682ebcd21b2123786463a3f56cc6f7c17f361bae;p=jalview.git diff --git a/src/jalview/io/BackupFilesPresetEntry.java b/src/jalview/io/BackupFilesPresetEntry.java index a5bea91..3c70b82 100644 --- a/src/jalview/io/BackupFilesPresetEntry.java +++ b/src/jalview/io/BackupFilesPresetEntry.java @@ -1,12 +1,33 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.io; -import jalview.bin.Cache; -import jalview.util.MessageManager; - import java.util.HashMap; import java.util.Map; import java.util.StringTokenizer; +import jalview.bin.Cache; +import jalview.bin.Console; +import jalview.util.MessageManager; + public class BackupFilesPresetEntry { @@ -104,7 +125,7 @@ public class BackupFilesPresetEntry confirmDelete = Boolean.valueOf(st.nextToken()); } catch (Exception e) { - System.out.println("Error parsing backupfiles scheme '" + line + "'"); + Console.error("Error parsing backupfiles scheme '" + line + "'"); } return new BackupFilesPresetEntry(suffix, digits, reverse, keepAll, @@ -139,7 +160,14 @@ public class BackupFilesPresetEntry new IntKeyStringValueEntry(BACKUPFILESSCHEMECUSTOM, MessageManager.getString("label.custom")) }; - public static final Map backupfilesPresetEntriesValues = new HashMap<>() + public static final String[] backupfilesPresetEntryDescriptions = { + MessageManager.getString("label.default_description"), + MessageManager.getString("label.single_file_description"), + MessageManager.getString("label.keep_all_versions_description"), + MessageManager.getString("label.rolled_backups_description"), + MessageManager.getString("label.custom_description") }; + + public static final Map backupfilesPresetEntriesValues = new HashMap() { /** *