Example #1
0
 @Create
 public void start() throws Exception {
   PropertyManager.getInstance().initialize();
   display.setModule("main");
   reset();
 }
Example #2
0
 public boolean isTesting() {
   boolean value = PropertyManager.getInstance().getBoolean("aries.testing");
   return value;
 }