public class ApplicationResources extends PropertyResourceBundle
Developer | Date | Description |
---|---|---|
P.de Matos | 19-Jul-2005 | Created class |
ResourceBundle.Control
parent
Modifier and Type | Method and Description |
---|---|
String |
getDbConfig() |
String |
getDbPassword() |
String |
getDbUrl() |
String |
getDbUserName() |
String |
getExportFlatFileName() |
String |
getInputFlatFileName() |
static ApplicationResources |
getInstance()
Singleton method to create a single instance of the application
resources.
The system will exit if the application resources is unable to be created. |
String |
getSpecialCharactersFileName() |
getKeys, handleGetObject, handleKeySet
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
public static ApplicationResources getInstance()
public String getDbUrl()
public String getDbUserName()
public String getDbPassword()
public String getDbConfig()
public String getInputFlatFileName()
public String getExportFlatFileName()
public String getSpecialCharactersFileName()
Copyright © 2014 EMBL-EBI. All rights reserved.