Package | Description |
---|---|
org.eclipse.jgit.api | |
org.eclipse.jgit.lib |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
CleanCommand.call()
Executes the
clean command with all the options and parameters
collected by the setter methods of this class. |
Status |
StatusCommand.call()
Executes the
Status command with all the options and parameters
collected by the setter methods of this class. |
Modifier and Type | Method and Description |
---|---|
java.io.File |
Repository.getIndexFile() |
java.io.File |
Repository.getWorkTree() |
DirCache |
Repository.lockDirCache()
Create a new in-core index representation, lock it, and read from disk.
|
ObjectId |
Repository.readCherryPickHead()
Return the information stored in the file $GIT_DIR/CHERRY_PICK_HEAD.
|
DirCache |
Repository.readDirCache()
Create a new in-core index representation and read an index from disk.
|
java.lang.String |
Repository.readMergeCommitMsg()
Return the information stored in the file $GIT_DIR/MERGE_MSG.
|
java.util.List<ObjectId> |
Repository.readMergeHeads()
Return the information stored in the file $GIT_DIR/MERGE_HEAD.
|
ObjectId |
Repository.readOrigHead()
Return the information stored in the file $GIT_DIR/ORIG_HEAD.
|
Copyright © 2012. All Rights Reserved.