TestConfig.java :  » Wiki-Engine » ocwiki » org » ocwiki » test » Java Open Source

Java Open Source » Wiki Engine » ocwiki 
ocwiki » org » ocwiki » test » TestConfig.java
package org.ocwiki.test;

import org.ocwiki.conf.Config;
import org.ocwiki.controller.OcwikiApp;

public class TestConfig {

  static {
    OcwikiApp.initialize("test/conf");
  }
  
  public static Config getConfig() {
    return Config.get();
  }
  
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.