Package org.eclipse.jgit.junit.http

Examples of org.eclipse.jgit.junit.http.SimpleHttpServer


    uri = "git://localhost:" + d.getAddress().getPort() + "/" + REPO_NAME
        + Constants.DOT_GIT_EXT;
  }

  private void serveHttp() throws Exception{
    httpServer = new SimpleHttpServer(src.getRepository());
    httpServer.start();
    uri = httpServer.getUri().toString();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jgit.junit.http.SimpleHttpServer

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.