Uses of Class
org.eclipse.jgit.errors.NoWorkTreeException
Packages that use NoWorkTreeException
Package
Description
High-level API commands (the porcelain of JGit).
Computing blame/annotate information of files.
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
-
Uses of NoWorkTreeException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw NoWorkTreeException -
Uses of NoWorkTreeException in org.eclipse.jgit.blame
Methods in org.eclipse.jgit.blame that throw NoWorkTreeException -
Uses of NoWorkTreeException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw NoWorkTreeExceptionModifier and TypeMethodDescriptionRepository.getIndexFile()
Get the index file location ornull
if repository isn't local.Repository.getWorkTree()
Get the root directory of the working tree, where files are checked out for viewing and editing.Repository.lockDirCache()
Create a new in-core index representation, lock it, and read from disk.Repository.readCherryPickHead()
Return the information stored in the file $GIT_DIR/CHERRY_PICK_HEAD.Repository.readCommitEditMsg()
Return the information stored in the file $GIT_DIR/COMMIT_EDITMSG.Repository.readDirCache()
Create a new in-core index representation and read an index from disk.Repository.readMergeCommitMsg()
Return the information stored in the file $GIT_DIR/MERGE_MSG.Repository.readMergeHeads()
Return the information stored in the file $GIT_DIR/MERGE_HEAD.Repository.readOrigHead()
Return the information stored in the file $GIT_DIR/ORIG_HEAD.Repository.readRevertHead()
Return the information stored in the file $GIT_DIR/REVERT_HEAD. -
Uses of NoWorkTreeException in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge that throw NoWorkTreeException