Package com.google.sitebricks.acceptance.util

Examples of com.google.sitebricks.acceptance.util.Jetty


  public JettyAcceptanceTest() {
      File standardDir = new File(STD_RESOURCE_DIR);

      if (standardDir.exists()) {
        server = new Jetty(STD_RESOURCE_DIR);
      } else {
        server = new Jetty(BUILDR_RESOURCE_DIR);
      }
    }
View Full Code Here

TOP

Related Classes of com.google.sitebricks.acceptance.util.Jetty

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.