Class ResourceManager
- java.lang.Object
-
- org.biojava.nbio.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.- Version:
- %I% %G%
- Author:
- Andreas Prlic
-
-
Constructor Summary
Constructors Constructor Description ResourceManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceManager
getResourceManager(String bundleName)
String
getString(String key)
-
-
-
Constructor Detail
-
ResourceManager
public ResourceManager()
-
-
Method Detail
-
getResourceManager
public static ResourceManager getResourceManager(String bundleName)
-
-