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

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

Uses of GitTree in com.caucho.env.git
 

Methods in com.caucho.env.git that return GitTree
 GitTree GitObjectStream.parseTree()
           
 GitTree GitSystem.parseTree(java.lang.String sha1)
          Parses and returns the tree (directory) specified by the sha1 hash.
 

Methods in com.caucho.env.git with parameters of type GitTree
 java.lang.String GitSystem.writeTree(GitTree tree)
          Writes a file to the repository
 

Uses of GitTree in com.caucho.env.repository
 

Methods in com.caucho.env.repository that return GitTree
abstract  GitTree AbstractRepository.readTree(java.lang.String treeHash)
          Reads a git tree from the repository
 GitTree FileRepository.readTree(java.lang.String sha1)
          Reads a git tree from the repository
 GitTree RepositorySpi.readTree(java.lang.String treeHash)
          Reads a git tree from the repository
 

Methods in com.caucho.env.repository with parameters of type GitTree
 java.lang.String AbstractRepository.addTree(GitTree tree)
          Adds a git tree to the repository
 java.lang.String FileRepository.addTree(GitTree tree)
          Adds a git tree to the repository
 java.lang.String RepositorySpi.addTree(GitTree tree)
          Adds a git tree to the repository