Package | Description |
---|---|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Modifier and Type | Method and Description |
---|---|
static TreeWalk.OperationType |
TreeWalk.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeWalk.OperationType[] |
TreeWalk.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeWalk.setOperationType(TreeWalk.OperationType operationType) |
Copyright © 2016 Eclipse JGit Project. All Rights Reserved.