org.biojava.bio.structure.align.util
Class ResourceManager

java.lang.Object
  extended by org.biojava.bio.structure.align.util.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 .properties files for other locales. e.g. jfatcat_de_DE.properties, etc.

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

Constructor Summary
ResourceManager()
           
 
Method Summary
static ResourceManager getResourceManager(String bundleName)
           
 String getString(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceManager

public ResourceManager()
Method Detail

getResourceManager

public static ResourceManager getResourceManager(String bundleName)

getString

public String getString(String key)