Package org.eclipse.jgit.http.server

Examples of org.eclipse.jgit.http.server.GitFilter


  private static final long serialVersionUID = 1L;

  private final GitFilter gitFilter;

  public GitServlet() {
    gitFilter = new GitFilter();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jgit.http.server.GitFilter

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.