Package org.eclipse.jgit.gitrepo

Examples of org.eclipse.jgit.gitrepo.RepoCommand


  @Argument(required = true, usage = "usage_pathToXml")
  private String path;

  @Override
  protected void run() throws Exception {
    new RepoCommand(db)
      .setURI(uri)
      .setPath(path)
      .setGroups(groups)
      .call();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jgit.gitrepo.RepoCommand

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.