Exemplo n.º 1
0
 /** The default configuration. */
 public static void defaultInit() {
   init(SITE_PROPERTIES, true);
 }
Exemplo n.º 2
0
 /** The minimal configuration without loading any site or system properties. */
 public static void emptyInit() {
   init(null, false);
 }