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