Esempio n. 1
0
 public static String getUserName() {
   checkProperties();
   return Strings.trim(pp.getProperty("username"));
 }
Esempio n. 2
0
 public static String getUrl() {
   checkProperties();
   return Strings.trim(pp.getProperty("url"));
 }
Esempio n. 3
0
 public static String getPassword() {
   checkProperties();
   return Strings.trim(pp.getProperty("password"));
 }
Esempio n. 4
0
 public static String getDriver() {
   checkProperties();
   return Strings.trim(pp.getProperty("driver"));
 }