Exemplo n.º 1
0
 /** Private constructor called during bootstrap sequence of this class. */
 private Config() {
   // Load from properties file:
   loadLocalConfig();
   // load the system property overrides:
   getExternalConfig();
 }