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 SummaryConstructors Constructor Description ResourceManager()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceManagergetResourceManager(String bundleName)StringgetString(String key)
 
- 
- 
- 
Constructor Detail- 
ResourceManagerpublic ResourceManager() 
 
- 
 - 
Method Detail- 
getResourceManagerpublic static ResourceManager getResourceManager(String bundleName) 
 
- 
 
-