| Package | Description |
|---|---|
| com.caucho.env.git | |
| com.caucho.env.repository | |
| com.caucho.server.repository |
| Modifier and Type | Method and Description |
|---|---|
GitTree |
GitObjectStream.parseTree() |
GitTree |
GitSystem.parseTree(java.lang.String sha1)
Parses and returns the tree (directory) specified by the sha1 hash.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
GitSystem.writeTree(GitTree tree)
Writes a file to the repository
|
| Modifier and Type | Method and Description |
|---|---|
GitTree |
RepositorySpi.readTree(java.lang.String treeHash)
Reads a git tree from the repository
|
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
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
RepositorySpi.addTree(GitTree tree)
Adds a git tree to the repository
|
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
|
| Modifier and Type | Method and Description |
|---|---|
GitTree |
ClusterRepository.readTree(java.lang.String sha1)
Reads a git tree from the repository
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ClusterRepository.addTree(GitTree tree)
Adds a git tree to the repository
|