Uses of Class
com.caucho.env.git.GitType

Packages that use GitType
com.caucho.env.git   
com.caucho.env.repository   
 

Uses of GitType in com.caucho.env.git
 

Methods in com.caucho.env.git that return GitType
 GitType GitObjectStream.getType()
           
 GitType GitSystem.objectType(java.lang.String sha1)
          Returns the object type of the specified file.
static GitType GitSystem.validate(java.lang.String hash, java.io.InputStream is)
           
static GitType GitType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GitType[] GitType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of GitType in com.caucho.env.repository
 

Methods in com.caucho.env.repository that return GitType
abstract  GitType AbstractRepository.getType(java.lang.String sha1)
          Returns true if the file is a blob.
 GitType FileRepository.getType(java.lang.String sha1)
          Returns true if the file is a blob.
 GitType RepositorySpi.getType(java.lang.String contentHash)
          Returns the GitType of the file.
protected  GitType AbstractRepository.validateRawHash(java.lang.String hash)