Package com.caucho.env.git

Examples of com.caucho.env.git.GitSystem


 
  private LocalRepositoryAdmin _admin;
 
  private LocalRepositoryService()
  {
    GitSystem git = GitSystem.getCurrent();
    if (git == null)
      throw new IllegalStateException(L.l("{0} is required for {1}",
          GitSystem.class.getSimpleName(), getClass().getSimpleName()));

    _fileRepository = new FileRepository(git);
View Full Code Here

TOP

Related Classes of com.caucho.env.git.GitSystem

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.