JAL-3141 Backup files being created with default suffix up to 10 backups. Configurabl...
[jalview.git] / src / jalview / bin / Cache.java
1 /*
2  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
3  * Copyright (C) $$Year-Rel$$ The Jalview Authors
4  * 
5  * This file is part of Jalview.
6  * 
7  * Jalview is free software: you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License 
9  * as published by the Free Software Foundation, either version 3
10  * of the License, or (at your option) any later version.
11  *  
12  * Jalview is distributed in the hope that it will be useful, but 
13  * WITHOUT ANY WARRANTY; without even the implied warranty 
14  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
15  * PURPOSE.  See the GNU General Public License for more details.
16  * 
17  * You should have received a copy of the GNU General Public License
18  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
19  * The Jalview Authors are detailed in the 'AUTHORS' file.
20  */
21 package jalview.bin;
22
23 import jalview.datamodel.PDBEntry;
24 import jalview.gui.UserDefinedColours;
25 import jalview.schemes.ColourSchemeLoader;
26 import jalview.schemes.ColourSchemes;
27 import jalview.schemes.UserColourScheme;
28 import jalview.structure.StructureImportSettings;
29 import jalview.urls.IdOrgSettings;
30 import jalview.util.ColorUtils;
31 import jalview.ws.sifts.SiftsSettings;
32
33 import java.awt.Color;
34 import java.io.BufferedReader;
35 import java.io.File;
36 import java.io.FileInputStream;
37 import java.io.FileOutputStream;
38 import java.io.InputStream;
39 import java.io.InputStreamReader;
40 import java.text.DateFormat;
41 import java.text.SimpleDateFormat;
42 import java.util.Collections;
43 import java.util.Date;
44 import java.util.Enumeration;
45 import java.util.Locale;
46 import java.util.Properties;
47 import java.util.StringTokenizer;
48 import java.util.TreeSet;
49
50 import org.apache.log4j.ConsoleAppender;
51 import org.apache.log4j.Level;
52 import org.apache.log4j.Logger;
53 import org.apache.log4j.SimpleLayout;
54
55 /**
56  * Stores and retrieves Jalview Application Properties Lists and fields within
57  * list entries are separated by '|' symbols unless otherwise stated (|) clauses
58  * are alternative values for a tag. <br>
59  * <br>
60  * Current properties include:
61  * <ul>
62  * <br>
63  * logs.Axis.Level - one of the stringified Levels for log4j controlling the
64  * logging level for axis (used for web services) <br>
65  * </li>
66  * <li>logs.Castor.Level - one of the stringified Levels for log4j controlling
67  * the logging level for castor (used for serialization) <br>
68  * </li>
69  * <li>logs.Jalview.Level - Cache.log stringified level. <br>
70  * </li>
71  * <li>SCREEN_WIDTH</li>
72  * <li>SCREEN_HEIGHT</li>
73  * <li>SCREEN_Y=285</li>
74  * <li>SCREEN_X=371</li>
75  * <li>SHOW_FULLSCREEN boolean</li>
76  * <li>FONT_NAME java font name for alignment text display</li>
77  * <li>FONT_SIZE size of displayed alignment text</li>
78  * <li>FONT_STYLE style of font displayed (sequence labels are always
79  * italic)</li>
80  * <li>GAP_SYMBOL character to treat as gap symbol (usually -,.,' ')</li>
81  * <li>LAST_DIRECTORY last directory for browsing alignment</li>
82  * <li>USER_DEFINED_COLOURS list of user defined colour scheme files</li>
83  * <li>SHOW_FULL_ID show id with '/start-end' numbers appended</li>
84  * <li>SHOW_IDENTITY show percentage identity annotation</li>
85  * <li>SHOW_QUALITY show alignment quality annotation</li>
86  * <li>SHOW_ANNOTATIONS show alignment annotation rows</li>
87  * <li>SHOW_CONSERVATION show alignment conservation annotation</li>
88  * <li>SORT_ANNOTATIONS currently either SEQUENCE_AND_LABEL or
89  * LABEL_AND_SEQUENCE</li>
90  * <li>SHOW_AUTOCALC_ABOVE true to show autocalculated annotations above
91  * sequence annotations</li>
92  * <li>CENTRE_COLUMN_LABELS centre the labels at each column in a displayed
93  * annotation row</li>
94  * <li>DEFAULT_COLOUR default colour scheme to apply for a new alignment</li>
95  * <li>DEFAULT_FILE_FORMAT file format used to save</li>
96  * <li>STARTUP_FILE file loaded on startup (may be a fully qualified url)</li>
97  * <li>SHOW_STARTUP_FILE flag to control loading of startup file</li>
98  * <li>VERSION the version of the jalview build</li>
99  * <li>BUILD_DATE date of this build</li>
100  * <li>LATEST_VERSION the latest jalview version advertised on the
101  * www.jalview.org</li>
102  * <li>PIR_MODELLER boolean indicating if PIR files are written with MODELLER
103  * descriptions</li>
104  * <li>(FASTA,MSF,PILEUP,CLUSTAL,BLC,PIR,PFAM)_JVSUFFIX boolean for adding jv
105  * suffix to file</li>
106  * <li>RECENT_URL list of recently retrieved URLs</li>
107  * <li>RECENT_FILE list of recently opened files</li>
108  * <li>USE_PROXY flag for whether a http proxy is to be used</li>
109  * <li>PROXY_SERVER the proxy</li>
110  * <li>PROXY_PORT</li>
111  * <li>NOQUESTIONNAIRES true to prevent jalview from checking the questionnaire
112  * service</li>
113  * <li>QUESTIONNAIRE last questionnaire:responder id string from questionnaire
114  * service</li>
115  * <li>USAGESTATS (false - user prompted) Enable google analytics tracker for
116  * collecting usage statistics</li>
117  * <li>DAS_LOCAL_SOURCE list of local das sources</li>
118  * <li>SHOW_OVERVIEW boolean for overview window display</li>
119  * <li>ANTI_ALIAS boolean for smooth fonts</li>
120  * <li>RIGHT_ALIGN_IDS boolean</li>
121  * <li>AUTO_CALC_CONSENSUS boolean for automatic recalculation of consensus</li>
122  * <li>PAD_GAPS boolean</li>
123  * <li>ID_ITALICS boolean</li>
124  * <li>SHOW_JV_SUFFIX</li>
125  * <li>WRAP_ALIGNMENT</li>
126  * <li>EPS_RENDERING (Prompt each time|Lineart|Text) default for EPS rendering
127  * style check</li>
128  * <li>SORT_ALIGNMENT (No sort|Id|Pairwise Identity)</li>
129  * <li>SEQUENCE_LINKS list of name|URL pairs for opening a url with
130  * $SEQUENCE_ID$</li>
131  * <li>STORED_LINKS list of name|url pairs which user has entered but are not
132  * currently used
133  * <li>DEFAULT_LINK name of single url to be used when user double clicks a
134  * sequence id (must be in SEQUENCE_LINKS or STORED_LINKS)
135  * <li>GROUP_LINKS list of name|URL[|&lt;separator&gt;] tuples - see
136  * jalview.utils.GroupURLLink for more info</li>
137  * <li>DAS_REGISTRY_URL the registry to query</li>
138  * <li>DEFAULT_BROWSER for unix</li>
139  * <li>DAS_ACTIVE_SOURCE list of active sources</li>
140  * <li>SHOW_MEMUSAGE boolean show memory usage and warning indicator on desktop
141  * (false)</li>
142  * <li>VERSION_CHECK (true) check for the latest release version from
143  * www.jalview.org (or the alias given by the www.jalview.org property)</li>
144  * <li>SHOW_NPFEATS_TOOLTIP (true) show non-positional features in the Sequence
145  * ID tooltip</li>
146  * <li>SHOW_DBREFS_TOOLTIP (true) show Database Cross References in the Sequence
147  * ID tooltip</li>
148  * <li>SHOW_UNCONSERVED (false) only render unconserved residues - conserved
149  * displayed as '.'</li>
150  * <li>SORT_BY_TREE (false) sort the current alignment view according to the
151  * order of a newly displayed tree</li>
152  * <li>DBFETCH_USEPICR (false) use PICR to recover valid DB references from
153  * sequence ID strings before attempting retrieval from any datasource</li>
154  * <li>SHOW_GROUP_CONSENSUS (false) Show consensus annotation for groups in the
155  * alignment.</li>
156  * <li>SHOW_GROUP_CONSERVATION (false) Show conservation annotation for groups
157  * in the alignment.</li>
158  * <li>SHOW_CONSENSUS_HISTOGRAM (false) Show consensus annotation row's
159  * histogram.</li>
160  * <li>SHOW_CONSENSUS_LOGO (false) Show consensus annotation row's sequence
161  * logo.</li>
162  * <li>NORMALISE_CONSENSUS_LOGO (false) Show consensus annotation row's sequence
163  * logo normalised to row height rather than histogram height.</li>
164  * <li>FOLLOW_SELECTIONS (true) Controls whether a new alignment view should
165  * respond to selections made in other alignments containing the same sequences.
166  * </li>
167  * <li>JWS2HOSTURLS comma-separated list of URLs to try for JABAWS services</li>
168  * <li>SHOW_WSDISCOVERY_ERRORS (true) Controls if the web service URL discovery
169  * warning dialog box is displayed.</li>
170  * <li>ANNOTATIONCOLOUR_MIN (orange) Shade used for minimum value of annotation
171  * when shading by annotation</li>
172  * <li>ANNOTATIONCOLOUR_MAX (red) Shade used for maximum value of annotation
173  * when shading by annotation</li>
174  * <li>www.jalview.org (http://www.jalview.org) a property enabling all HTTP
175  * requests to be redirected to a mirror of http://www.jalview.org</li>
176  * <li>FIGURE_AUTOIDWIDTH (false) Expand the left hand column of an exported
177  * alignment figure to accommodate even the longest sequence ID or annotation
178  * label.</li>
179  * <li>FIGURE_FIXEDIDWIDTH Specifies the width to use for the left-hand column
180  * when exporting an alignment as a figure (setting FIGURE_AUTOIDWIDTH to true
181  * will override this).</li>
182  * <li>STRUCT_FROM_PDB (false) derive secondary structure annotation from PDB
183  * record</li>
184  * <li>USE_RNAVIEW (false) use RNAViewer to derive secondary structure</li>
185  * <li>ADD_SS_ANN (false) add secondary structure annotation to alignment
186  * display</li>
187  * <li>ADD_TEMPFACT_ANN (false) add Temperature Factor annotation to alignment
188  * display</li>
189  * <li>STRUCTURE_DISPLAY choose from JMOL (default) or CHIMERA for 3D structure
190  * display</li>
191  * <li>CHIMERA_PATH specify full path to Chimera program (if non-standard)</li>
192  * <li>ID_ORG_HOSTURL location of jalview service providing identifiers.org urls
193  * </li>
194  * 
195  * </ul>
196  * Deprecated settings:
197  * <ul>
198  * *
199  * <li>DISCOVERY_START - Boolean - controls if discovery services are queried on
200  * startup (JWS1 services only)</li>
201  * <li>DISCOVERY_URLS - comma separated list of Discovery Service endpoints.
202  * (JWS1 services only)</li>
203  * <li>SHOW_JWS1_SERVICES (true) enable or disable the original Jalview 2
204  * services in the desktop GUI</li>
205  * <li>ENABLE_RSBS_EDITOR (false for 2.7 release) enable or disable RSBS editing
206  * panel in web service preferences</li>
207  * </ul>
208  * 
209  * @author $author$
210  * @version $Revision$
211  */
212 public class Cache
213 {
214   /**
215    * property giving log4j level for CASTOR loggers
216    */
217   public static final String CASTORLOGLEVEL = "logs.Castor.level";
218
219   /**
220    * property giving log4j level for AXIS loggers
221    */
222   public static final String AXISLOGLEVEL = "logs.Axis.level";
223
224   /**
225    * property giving log4j level for Jalview Log
226    */
227   public static final String JALVIEWLOGLEVEL = "logs.Jalview.level";
228
229   public static final String DAS_LOCAL_SOURCE = "DAS_LOCAL_SOURCE";
230
231   public static final String DAS_REGISTRY_URL = "DAS_REGISTRY_URL";
232
233   public static final String DAS_ACTIVE_SOURCE = "DAS_ACTIVE_SOURCE";
234
235   /**
236    * Sifts settings
237    */
238   public static final String DEFAULT_SIFTS_DOWNLOAD_DIR = System
239           .getProperty("user.home") + File.separatorChar
240           + ".sifts_downloads" + File.separatorChar;
241
242   private final static String DEFAULT_CACHE_THRESHOLD_IN_DAYS = "2";
243
244   private final static String DEFAULT_FAIL_SAFE_PID_THRESHOLD = "30";
245
246   /**
247    * Identifiers.org download settings
248    */
249   private static final String ID_ORG_FILE = System.getProperty("user.home")
250           + File.separatorChar + ".identifiers.org.ids.json";
251
252   /**
253    * Allowed values are PDB or mmCIF
254    */
255   private final static String PDB_DOWNLOAD_FORMAT = PDBEntry.Type.MMCIF
256           .toString();
257
258   private final static String DEFAULT_PDB_FILE_PARSER = StructureImportSettings.StructureParser.JMOL_PARSER
259           .toString();
260
261   /*
262    * a date formatter using a fixed (rather than the user's) locale; 
263    * this ensures that date properties can be written and re-read successfully
264    * even if the user changes their locale setting
265    */
266   private static final DateFormat date_format = SimpleDateFormat
267           .getDateTimeInstance(SimpleDateFormat.MEDIUM,
268                   SimpleDateFormat.MEDIUM, Locale.UK);
269
270   /**
271    * Initialises the Jalview Application Log
272    */
273   public static Logger log;
274
275   /** Jalview Properties */
276   public static Properties applicationProperties = new Properties()
277   {
278     // override results in properties output in alphabetical order
279     @Override
280     public synchronized Enumeration<Object> keys()
281     {
282       return Collections.enumeration(new TreeSet<>(super.keySet()));
283     }
284   };
285
286   /** Default file is ~/.jalview_properties */
287   static String propertiesFile;
288
289   private static boolean propsAreReadOnly = false;
290
291   public static void initLogger()
292   {
293     if (log != null)
294     {
295       return;
296     }
297     try
298     {
299       // TODO: redirect stdout and stderr here in order to grab the output of
300       // the log
301
302       ConsoleAppender ap = new ConsoleAppender(new SimpleLayout(),
303               "System.err");
304       ap.setName("JalviewLogger");
305       org.apache.log4j.Logger.getRootLogger().addAppender(ap); // catch all for
306       // log output
307       Logger laxis = Logger.getLogger("org.apache.axis");
308       Logger lcastor = Logger.getLogger("org.exolab.castor");
309       jalview.bin.Cache.log = Logger.getLogger("jalview.bin.Jalview");
310
311       laxis.setLevel(Level.toLevel(
312               Cache.getDefault("logs.Axis.Level", Level.INFO.toString())));
313       lcastor.setLevel(Level.toLevel(Cache.getDefault("logs.Castor.Level",
314               Level.INFO.toString())));
315       lcastor = Logger.getLogger("org.exolab.castor.xml");
316       lcastor.setLevel(Level.toLevel(Cache.getDefault("logs.Castor.Level",
317               Level.INFO.toString())));
318       // lcastor = Logger.getLogger("org.exolab.castor.xml.Marshaller");
319       // lcastor.setLevel(Level.toLevel(Cache.getDefault("logs.Castor.Level",
320       // Level.INFO.toString())));
321       jalview.bin.Cache.log.setLevel(Level.toLevel(Cache
322               .getDefault("logs.Jalview.level", Level.INFO.toString())));
323       // laxis.addAppender(ap);
324       // lcastor.addAppender(ap);
325       // jalview.bin.Cache.log.addAppender(ap);
326       // Tell the user that debug is enabled
327       jalview.bin.Cache.log.debug("Jalview Debugging Output Follows.");
328     } catch (Exception ex)
329     {
330       System.err.println("Problems initializing the log4j system\n");
331       ex.printStackTrace(System.err);
332     }
333   }
334
335   /**
336    * Loads properties from the given properties file. Any existing properties
337    * are first cleared.
338    */
339   public static void loadProperties(String propsFile)
340   {
341     propertiesFile = propsFile;
342     if (propsFile == null)
343     {
344       propertiesFile = System.getProperty("user.home") + File.separatorChar
345               + ".jalview_properties";
346     }
347     else
348     {
349       // don't corrupt the file we've been given.
350       propsAreReadOnly = true;
351     }
352
353     try
354     {
355       InputStream fis;
356       try
357       {
358         fis = new java.net.URL(propertiesFile).openStream();
359         System.out.println(
360                 "Loading jalview properties from : " + propertiesFile);
361         System.out.println(
362                 "Disabling Jalview writing to user's local properties file.");
363         propsAreReadOnly = true;
364
365       } catch (Exception ex)
366       {
367         fis = null;
368       }
369       if (fis == null)
370       {
371         fis = new FileInputStream(propertiesFile);
372       }
373       applicationProperties.clear();
374       applicationProperties.load(fis);
375
376       // remove any old build properties
377
378       deleteBuildProperties();
379       fis.close();
380     } catch (Exception ex)
381     {
382       System.out.println("Error reading properties file: " + ex);
383     }
384
385     if (getDefault("USE_PROXY", false))
386     {
387       String proxyServer = getDefault("PROXY_SERVER", ""),
388               proxyPort = getDefault("PROXY_PORT", "8080");
389
390       System.out.println("Using proxyServer: " + proxyServer
391               + " proxyPort: " + proxyPort);
392
393       System.setProperty("http.proxyHost", proxyServer);
394       System.setProperty("http.proxyPort", proxyPort);
395     }
396
397     // LOAD THE AUTHORS FROM THE authors.props file
398     try
399     {
400       String authorDetails = "jar:"
401               .concat(Cache.class.getProtectionDomain().getCodeSource()
402                       .getLocation().toString().concat("!/authors.props"));
403
404       java.net.URL localJarFileURL = new java.net.URL(authorDetails);
405
406       InputStream in = localJarFileURL.openStream();
407       applicationProperties.load(in);
408       in.close();
409     } catch (Exception ex)
410     {
411       System.out.println("Error reading author details: " + ex);
412       applicationProperties.remove("AUTHORS");
413       applicationProperties.remove("AUTHORFNAMES");
414       applicationProperties.remove("YEAR");
415     }
416
417     // FIND THE VERSION NUMBER AND BUILD DATE FROM jalview.jar
418     // MUST FOLLOW READING OF LOCAL PROPERTIES FILE AS THE
419     // VERSION MAY HAVE CHANGED SINCE LAST USING JALVIEW
420     try
421     {
422       String buildDetails = "jar:".concat(Cache.class.getProtectionDomain()
423               .getCodeSource().getLocation().toString()
424               .concat("!/.build_properties"));
425
426       java.net.URL localJarFileURL = new java.net.URL(buildDetails);
427
428       InputStream in = localJarFileURL.openStream();
429       applicationProperties.load(in);
430       in.close();
431     } catch (Exception ex)
432     {
433       System.out.println("Error reading build details: " + ex);
434       applicationProperties.remove("VERSION");
435     }
436
437     String jnlpVersion = System.getProperty("jalview.version");
438     String codeVersion = getProperty("VERSION");
439     String codeInstallation = getProperty("INSTALLATION");
440     if (codeVersion == null)
441     {
442       // THIS SHOULD ONLY BE THE CASE WHEN TESTING!!
443       codeVersion = "Test";
444       jnlpVersion = "Test";
445       codeInstallation = "";
446     }
447     else
448     {
449       codeInstallation = " (" + codeInstallation + ")";
450     }
451     new BuildDetails(codeVersion, null, codeInstallation);
452
453     SiftsSettings
454             .setMapWithSifts(Cache.getDefault("MAP_WITH_SIFTS", false));
455
456     SiftsSettings.setSiftDownloadDirectory(jalview.bin.Cache
457             .getDefault("sifts_download_dir", DEFAULT_SIFTS_DOWNLOAD_DIR));
458
459     SiftsSettings.setFailSafePIDThreshold(
460             jalview.bin.Cache.getDefault("sifts_fail_safe_pid_threshold",
461                     DEFAULT_FAIL_SAFE_PID_THRESHOLD));
462
463     SiftsSettings.setCacheThresholdInDays(
464             jalview.bin.Cache.getDefault("sifts_cache_threshold_in_days",
465                     DEFAULT_CACHE_THRESHOLD_IN_DAYS));
466
467     IdOrgSettings.setUrl(getDefault("ID_ORG_HOSTURL",
468             "http://www.jalview.org/services/identifiers"));
469     IdOrgSettings.setDownloadLocation(ID_ORG_FILE);
470
471     System.out
472             .println("Jalview Version: " + codeVersion + codeInstallation);
473
474     StructureImportSettings.setDefaultStructureFileFormat(jalview.bin.Cache
475             .getDefault("PDB_DOWNLOAD_FORMAT", PDB_DOWNLOAD_FORMAT));
476     StructureImportSettings
477             .setDefaultPDBFileParser(DEFAULT_PDB_FILE_PARSER);
478     // StructureImportSettings
479     // .setDefaultPDBFileParser(jalview.bin.Cache.getDefault(
480     // "DEFAULT_PDB_FILE_PARSER", DEFAULT_PDB_FILE_PARSER));
481     // jnlpVersion will be null if we're using InstallAnywhere
482     // Dont do this check if running in headless mode
483     if (jnlpVersion == null && getDefault("VERSION_CHECK", true)
484             && (System.getProperty("java.awt.headless") == null || System
485                     .getProperty("java.awt.headless").equals("false")))
486     {
487
488       class VersionChecker extends Thread
489       {
490         @Override
491         public void run()
492         {
493           String orgtimeout = System
494                   .getProperty("sun.net.client.defaultConnectTimeout");
495           if (orgtimeout == null)
496           {
497             orgtimeout = "30";
498             System.out.println("# INFO: Setting default net timeout to "
499                     + orgtimeout + " seconds.");
500           }
501           String remoteVersion = null;
502           try
503           {
504             System.setProperty("sun.net.client.defaultConnectTimeout",
505                     "5000");
506             java.net.URL url = new java.net.URL(Cache
507                     .getDefault("www.jalview.org", "http://www.jalview.org")
508                     + "/webstart/jalview.jnlp");
509             BufferedReader in = new BufferedReader(
510                     new InputStreamReader(url.openStream()));
511             String line = null;
512             while ((line = in.readLine()) != null)
513             {
514               if (line.indexOf("jalview.version") == -1)
515               {
516                 continue;
517               }
518
519               line = line.substring(line.indexOf("value=") + 7);
520               line = line.substring(0, line.lastIndexOf("\""));
521               remoteVersion = line;
522               break;
523             }
524           } catch (Exception ex)
525           {
526             System.out.println(
527                     "Non-fatal exception when checking version at www.jalview.org :");
528             System.out.println(ex);
529             remoteVersion = getProperty("VERSION");
530           }
531           System.setProperty("sun.net.client.defaultConnectTimeout",
532                   orgtimeout);
533
534           setProperty("LATEST_VERSION", remoteVersion);
535         }
536       }
537
538       VersionChecker vc = new VersionChecker();
539       vc.start();
540     }
541     else
542     {
543       if (jnlpVersion != null)
544       {
545         setProperty("LATEST_VERSION", jnlpVersion);
546       }
547       else
548       {
549         applicationProperties.remove("LATEST_VERSION");
550       }
551     }
552
553     setProperty("VERSION", codeVersion);
554
555     // LOAD USERDEFINED COLOURS
556     jalview.bin.Cache
557             .initUserColourSchemes(getProperty("USER_DEFINED_COLOURS"));
558     jalview.io.PIRFile.useModellerOutput = Cache.getDefault("PIR_MODELLER",
559             false);
560   }
561
562   private static void deleteBuildProperties()
563   {
564     applicationProperties.remove("LATEST_VERSION");
565     applicationProperties.remove("VERSION");
566     applicationProperties.remove("AUTHORS");
567     applicationProperties.remove("AUTHORFNAMES");
568     applicationProperties.remove("YEAR");
569     applicationProperties.remove("BUILD_DATE");
570     applicationProperties.remove("INSTALLATION");
571   }
572
573   /**
574    * Gets Jalview application property of given key. Returns null if key not
575    * found
576    * 
577    * @param key
578    *          Name of property
579    * 
580    * @return Property value
581    */
582   public static String getProperty(String key)
583   {
584     return applicationProperties.getProperty(key);
585   }
586
587   /**
588    * These methods are used when checking if the saved preference is different
589    * to the default setting
590    */
591
592   public static boolean getDefault(String property, boolean def)
593   {
594     String string = getProperty(property);
595     if (string != null)
596     {
597       def = Boolean.valueOf(string).booleanValue();
598     }
599
600     return def;
601   }
602
603   public static int getDefault(String property, int def)
604   {
605     String string = getProperty(property);
606     if (string != null)
607     {
608       try
609       {
610         def = Integer.parseInt(string);
611       } catch (NumberFormatException e)
612       {
613         System.out.println("Error parsing int property '" + property
614                 + "' with value '" + string + "'");
615       }
616     }
617
618     return def;
619   }
620
621   /**
622    * These methods are used when checking if the saved preference is different
623    * to the default setting
624    */
625   public static String getDefault(String property, String def)
626   {
627     String string = getProperty(property);
628     if (string != null)
629     {
630       return string;
631     }
632
633     return def;
634   }
635
636   /**
637    * Stores property in the file "HOME_DIR/.jalview_properties"
638    * 
639    * @param key
640    *          Name of object
641    * @param obj
642    *          String value of property
643    * 
644    * @return previous value of property (or null)
645    */
646   public static Object setProperty(String key, String obj)
647   {
648     Object oldValue = null;
649     try
650     {
651       oldValue = applicationProperties.setProperty(key, obj);
652       if (!propsAreReadOnly)
653       {
654         FileOutputStream out = new FileOutputStream(propertiesFile);
655         applicationProperties.store(out, "---JalviewX Properties File---");
656         out.close();
657       }
658     } catch (Exception ex)
659     {
660       System.out.println(
661               "Error setting property: " + key + " " + obj + "\n" + ex);
662     }
663     return oldValue;
664   }
665
666   /**
667    * remove the specified property from the jalview properties file
668    * 
669    * @param string
670    */
671   public static void removeProperty(String string)
672   {
673     applicationProperties.remove(string);
674     saveProperties();
675   }
676
677   /**
678    * save the properties to the jalview properties path
679    */
680   public static void saveProperties()
681   {
682     if (!propsAreReadOnly)
683     {
684       try
685       {
686         FileOutputStream out = new FileOutputStream(propertiesFile);
687         applicationProperties.store(out, "---JalviewX Properties File---");
688         out.close();
689       } catch (Exception ex)
690       {
691         System.out.println("Error saving properties: " + ex);
692       }
693     }
694   }
695
696   /**
697    * internal vamsas class discovery state
698    */
699   private static int vamsasJarsArePresent = -1;
700
701   /**
702    * Searches for vamsas client classes on class path.
703    * 
704    * @return true if vamsas client is present on classpath
705    */
706   public static boolean vamsasJarsPresent()
707   {
708     if (vamsasJarsArePresent == -1)
709     {
710       try
711       {
712         if (jalview.jbgui.GDesktop.class.getClassLoader()
713                 .loadClass("uk.ac.vamsas.client.VorbaId") != null)
714         {
715           jalview.bin.Cache.log.debug(
716                   "Found Vamsas Classes (uk.ac..vamsas.client.VorbaId can be loaded)");
717           vamsasJarsArePresent = 1;
718           Logger lvclient = Logger.getLogger("uk.ac.vamsas");
719           lvclient.setLevel(Level.toLevel(Cache
720                   .getDefault("logs.Vamsas.Level", Level.INFO.toString())));
721
722           lvclient.addAppender(log.getAppender("JalviewLogger"));
723           // Tell the user that debug is enabled
724           lvclient.debug("Jalview Vamsas Client Debugging Output Follows.");
725         }
726       } catch (Exception e)
727       {
728         vamsasJarsArePresent = 0;
729         jalview.bin.Cache.log.debug("Vamsas Classes are not present");
730       }
731     }
732     return (vamsasJarsArePresent > 0);
733   }
734
735   /**
736    * internal vamsas class discovery state
737    */
738   private static int groovyJarsArePresent = -1;
739
740   /**
741    * Searches for vamsas client classes on class path.
742    * 
743    * @return true if vamsas client is present on classpath
744    */
745   public static boolean groovyJarsPresent()
746   {
747     if (groovyJarsArePresent == -1)
748     {
749       try
750       {
751         if (Cache.class.getClassLoader()
752                 .loadClass("groovy.lang.GroovyObject") != null)
753         {
754           jalview.bin.Cache.log.debug(
755                   "Found Groovy (groovy.lang.GroovyObject can be loaded)");
756           groovyJarsArePresent = 1;
757           Logger lgclient = Logger.getLogger("groovy");
758           lgclient.setLevel(Level.toLevel(Cache
759                   .getDefault("logs.Groovy.Level", Level.INFO.toString())));
760
761           lgclient.addAppender(log.getAppender("JalviewLogger"));
762           // Tell the user that debug is enabled
763           lgclient.debug("Jalview Groovy Client Debugging Output Follows.");
764         }
765       } catch (Error e)
766       {
767         groovyJarsArePresent = 0;
768         jalview.bin.Cache.log.debug("Groovy Classes are not present", e);
769       } catch (Exception e)
770       {
771         groovyJarsArePresent = 0;
772         jalview.bin.Cache.log.debug("Groovy Classes are not present");
773       }
774     }
775     return (groovyJarsArePresent > 0);
776   }
777
778   /**
779    * GA tracker object - actually JGoogleAnalyticsTracker null if tracking not
780    * enabled.
781    */
782   protected static Object tracker = null;
783
784   protected static Class trackerfocus = null;
785
786   protected static Class jgoogleanalyticstracker = null;
787
788   /**
789    * Initialise the google tracker if it is not done already.
790    */
791   public static void initGoogleTracker()
792   {
793     if (tracker == null)
794     {
795       if (jgoogleanalyticstracker == null)
796       {
797         // try to get the tracker class
798         try
799         {
800           jgoogleanalyticstracker = Cache.class.getClassLoader().loadClass(
801                   "com.boxysystems.jgoogleanalytics.JGoogleAnalyticsTracker");
802           trackerfocus = Cache.class.getClassLoader()
803                   .loadClass("com.boxysystems.jgoogleanalytics.FocusPoint");
804         } catch (Exception e)
805         {
806           log.debug(
807                   "com.boxysystems.jgoogleanalytics package is not present - tracking not enabled.");
808           tracker = null;
809           jgoogleanalyticstracker = null;
810           trackerfocus = null;
811           return;
812         }
813       }
814       // now initialise tracker
815       Exception re = null, ex = null;
816       Error err = null;
817       String vrs = "No Version Accessible";
818       try
819       {
820         // Google analytics tracking code for Library Finder
821         tracker = jgoogleanalyticstracker
822                 .getConstructor(new Class[]
823                 { String.class, String.class, String.class })
824                 .newInstance(new Object[]
825                 { "Jalview Desktop",
826                     (vrs = jalview.bin.Cache.getProperty("VERSION") + "_"
827                             + jalview.bin.Cache.getDefault("BUILD_DATE",
828                                     "unknown")),
829                     "UA-9060947-1" });
830         jgoogleanalyticstracker
831                 .getMethod("trackAsynchronously", new Class[]
832                 { trackerfocus })
833                 .invoke(tracker, new Object[]
834                 { trackerfocus.getConstructor(new Class[] { String.class })
835                         .newInstance(new Object[]
836                         { "Application Started." }) });
837       } catch (RuntimeException e)
838       {
839         re = e;
840       } catch (Exception e)
841       {
842         ex = e;
843       } catch (Error e)
844       {
845         err = e;
846       }
847       if (re != null || ex != null || err != null)
848       {
849         if (log != null)
850         {
851           if (re != null)
852           {
853             log.debug("Caught runtime exception in googletracker init:",
854                     re);
855           }
856           if (ex != null)
857           {
858             log.warn(
859                     "Failed to initialise GoogleTracker for Jalview Desktop with version "
860                             + vrs,
861                     ex);
862           }
863           if (err != null)
864           {
865             log.error(
866                     "Whilst initing GoogleTracker for Jalview Desktop version "
867                             + vrs,
868                     err);
869           }
870         }
871         else
872         {
873           if (re != null)
874           {
875             System.err.println(
876                     "Debug: Caught runtime exception in googletracker init:"
877                             + vrs);
878             re.printStackTrace();
879           }
880           if (ex != null)
881           {
882             System.err.println(
883                     "Warning:  Failed to initialise GoogleTracker for Jalview Desktop with version "
884                             + vrs);
885             ex.printStackTrace();
886           }
887
888           if (err != null)
889           {
890             System.err.println(
891                     "ERROR: Whilst initing GoogleTracker for Jalview Desktop version "
892                             + vrs);
893             err.printStackTrace();
894           }
895         }
896       }
897       else
898       {
899         log.debug("Successfully initialised tracker.");
900       }
901     }
902   }
903
904   /**
905    * get the user's default colour if available
906    * 
907    * @param property
908    * @param defcolour
909    * @return
910    */
911   public static Color getDefaultColour(String property, Color defcolour)
912   {
913     String colprop = getProperty(property);
914     if (colprop == null)
915     {
916       return defcolour;
917     }
918     Color col = ColorUtils.parseColourString(colprop);
919     if (col == null)
920     {
921       log.warn("Couldn't parse '" + colprop + "' as a colour for "
922               + property);
923     }
924     return (col == null) ? defcolour : col;
925   }
926
927   /**
928    * store a colour as a Jalview user default property
929    * 
930    * @param property
931    * @param colour
932    */
933   public static void setColourProperty(String property, Color colour)
934   {
935     setProperty(property, jalview.util.Format.getHexString(colour));
936   }
937
938   /**
939    * Stores a formatted date in a jalview property, using a fixed locale.
940    * 
941    * @param propertyName
942    * @param date
943    * @return the formatted date string
944    */
945   public static String setDateProperty(String propertyName, Date date)
946   {
947     String formatted = date_format.format(date);
948     setProperty(propertyName, formatted);
949     return formatted;
950   }
951
952   /**
953    * Reads a date stored in a Jalview property, parses it (using a fixed locale
954    * format) and returns as a Date, or null if parsing fails
955    * 
956    * @param propertyName
957    * @return
958    * 
959    */
960   public static Date getDateProperty(String propertyName)
961   {
962     String val = getProperty(propertyName);
963     if (val != null)
964     {
965       try
966       {
967         return date_format.parse(val);
968       } catch (Exception ex)
969       {
970         System.err.println("Invalid or corrupt date in property '"
971                 + propertyName + "' : value was '" + val + "'");
972       }
973     }
974     return null;
975   }
976
977   /**
978    * get and parse a property as an integer. send any parsing problems to
979    * System.err
980    * 
981    * @param property
982    * @return null or Integer
983    */
984   public static Integer getIntegerProperty(String property)
985   {
986     String val = getProperty(property);
987     if (val != null && (val = val.trim()).length() > 0)
988     {
989       try
990       {
991         return Integer.valueOf(val);
992       } catch (NumberFormatException x)
993       {
994         System.err.println("Invalid integer in property '" + property
995                 + "' (value was '" + val + "')");
996       }
997     }
998     return null;
999   }
1000
1001   /**
1002    * Set the specified value, or remove it if null or empty. Does not save the
1003    * properties file.
1004    * 
1005    * @param propName
1006    * @param value
1007    */
1008   public static void setOrRemove(String propName, String value)
1009   {
1010     if (propName == null)
1011     {
1012       return;
1013     }
1014     if (value == null || value.trim().length() < 1)
1015     {
1016       Cache.applicationProperties.remove(propName);
1017     }
1018     else
1019     {
1020       Cache.applicationProperties.setProperty(propName, value);
1021     }
1022   }
1023
1024   /**
1025    * Loads in user colour schemes from files.
1026    * 
1027    * @param files
1028    *          a '|'-delimited list of file paths
1029    */
1030   public static void initUserColourSchemes(String files)
1031   {
1032     if (files == null || files.length() == 0)
1033     {
1034       return;
1035     }
1036
1037     // In case colours can't be loaded, we'll remove them
1038     // from the default list here.
1039     StringBuffer coloursFound = new StringBuffer();
1040     StringTokenizer st = new StringTokenizer(files, "|");
1041     while (st.hasMoreElements())
1042     {
1043       String file = st.nextToken();
1044       try
1045       {
1046         UserColourScheme ucs = ColourSchemeLoader.loadColourScheme(file);
1047         if (ucs != null)
1048         {
1049           if (coloursFound.length() > 0)
1050           {
1051             coloursFound.append("|");
1052           }
1053           coloursFound.append(file);
1054           ColourSchemes.getInstance().registerColourScheme(ucs);
1055         }
1056       } catch (Exception ex)
1057       {
1058         System.out.println("Error loading User ColourFile\n" + ex);
1059       }
1060     }
1061     if (!files.equals(coloursFound.toString()))
1062     {
1063       if (coloursFound.toString().length() > 1)
1064       {
1065         setProperty(UserDefinedColours.USER_DEFINED_COLOURS,
1066                 coloursFound.toString());
1067       }
1068       else
1069       {
1070         applicationProperties
1071                 .remove(UserDefinedColours.USER_DEFINED_COLOURS);
1072       }
1073     }
1074   }
1075 }