Package com.bacoder.scmtools.git

Examples of com.bacoder.scmtools.git.GitConfig


public class InMemoryGitRepository extends SCMRepository<GitEntry, GitEntryProcessor> {

  private CloneAndProcessCommand command;

  public InMemoryGitRepository(URI uri) throws InitializationException {
    this(uri, new GitConfig());
  }
View Full Code Here

TOP

Related Classes of com.bacoder.scmtools.git.GitConfig

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.