|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.services.resource.BankFrameMCAResource
public class BankFrameMCAResource
This class provides utility methods to read from the standard
BankFrame MCA configuration file. This class replaces the
com.bankframe.BankframeResource class.
| Method Summary | |
|---|---|
static Boolean |
getBoolean(String keyName)
This method gets the value of the specified property. |
static Double |
getDouble(String keyName)
|
static Integer |
getInteger(String keyName)
This method gets the value of the specified property. |
static Enumeration |
getKeys()
This method gets the keys in the property file. |
static Long |
getLong(String keyName)
This method gets the value of the specified property as a Long object. |
static String |
getString(String key)
This method gets the value of the specified property. |
static BankFrameResource |
getSubset(String prefix)
This method gets the a specified subset. |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getString(String key)
key - The key to be read from the property file
public static Enumeration getKeys()
public static BankFrameResource getSubset(String prefix)
prefix - the subset prefix
BankFrameResource object containing the subsetpublic static Long getLong(String keyName)
keyName - The key to be read from the property file
public static Integer getInteger(String keyName)
keyName - The key to be read from the property file
public static Boolean getBoolean(String keyName)
keyName - The key to be read from the property file
public static Double getDouble(String keyName)
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||