Package com.caucho.env.git

Examples of com.caucho.env.git.GitType


  public boolean validateHash(String sha1)
    throws IOException
  {
    //GitType type = getType(sha1);
   
    GitType type = validateRawHash(sha1);

    if (type == GitType.BLOB) {
      if (log.isLoggable(Level.FINEST))
        log.finest(this + " valid " + type + " " + sha1);
View Full Code Here

TOP

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

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.