org.biojava.spice
Class ResourceManager

java.lang.Object
  extended byorg.biojava.spice.ResourceManager

public class ResourceManager
extends Object

A class that manages the Strings that are defined in the spice.properties file. This will be usefull for internationalisation. TODO: provide spice.properties files for other locales. e.g. spice_de_DE.properties, etc.

Since:
1:43:04 PM
Version:
%I% %G%
Author:
Andreas Prlic

Field Summary
static Logger logger
           
 
Method Summary
static String getString(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static Logger logger
Method Detail

getString

public static String getString(String key)