CESE 1.4.7

com.simulogic.cese
Class ResourceManager

java.lang.Object
  extended by com.simulogic.cese.ResourceManager

public class ResourceManager
extends java.lang.Object

Class for accessing default ResourceBundle


Constructor Summary
ResourceManager()
           
 
Method Summary
static java.util.ResourceBundle getBundle()
          Returns the resource bundle
static java.lang.String getResource(java.lang.String key)
          Gets string from the bundle
 
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

getBundle

public static java.util.ResourceBundle getBundle()
Returns the resource bundle

Returns:
bundle

getResource

public static java.lang.String getResource(java.lang.String key)
Gets string from the bundle

Parameters:
key - key name
Returns:
key value

CESE 1.4.7

Copyright (c) 1999 - 2007 Cell Electrophysiology Simulation Environment (CESE). All rights reserved.