com.bankframe
Class BankframeResource
java.lang.Object
com.bankframe.BankframeResource
Deprecated. This class has been replaced by com.bankframe.resource.BankFrameMCAResource
public class BankframeResource
- extends Object
BankframeResource provides methods to access configuration data stored in the
Bankframe resource file
Method Summary |
static String |
getString(String key)
Deprecated. This method gets a specific resource setting's value |
static Hashtable |
getSubSet(String prefix)
Deprecated. This method sets a sub set of the keys in BankFrame resource, identified by the specified
prefix. |
INVALID_KEY
public static final String INVALID_KEY
- Deprecated.
BankframeResource
public BankframeResource()
- Deprecated.
getString
public static String getString(String key)
- Deprecated.
- This method gets a specific resource setting's value
- Parameters:
key
- The setting to retrieve
- Returns:
- String containing the value of the specified setting
getSubSet
public static Hashtable getSubSet(String prefix)
- Deprecated.
- This method sets a sub set of the keys in BankFrame resource, identified by the specified
prefix. The prefix will be stripped from the returned key names
e.g. BankFrameResourceImpl.getSubSet("routes") will return a hashtable
containing the all the keys in BankFrameResourceImpl beginning with 'routes.'
- Parameters:
prefix
- Prefix that identifies the subset of keys to retrieve
- Returns:
- Hashtable containing all matching keys
Copyright © 2005, 2007, Oracle. All rights reserved.