Package com.caucho.git

Examples of com.caucho.git.GitType


   * Validates a file, checking that it and its dependencies exist.
   */
  public boolean validateFile(String sha1)
    throws IOException
  {
    GitType type = getType(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.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.