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