Package webServer

Examples of webServer.Config


public class ConfigTest extends TestCase {

  private Config conf = null;

  public void setUp() {
    conf = new Config();
    try {
      conf.readConfig("jhttpd.conf");
    } catch (IOException e) {
      fail("Exception!");
    }
View Full Code Here

TOP

Related Classes of webServer.Config

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.