Uses of Class
org.eclipse.jgit.errors.NoWorkTreeException
-
Packages that use NoWorkTreeException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.merge Content and commit history merge algorithms. -
-
Uses of NoWorkTreeException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw NoWorkTreeException Modifier and Type Method Description java.util.Set<java.lang.String>CleanCommand. call()StatusStatusCommand. call() -
Uses of NoWorkTreeException in org.eclipse.jgit.blame
Methods in org.eclipse.jgit.blame that throw NoWorkTreeException Modifier and Type Method Description private java.util.List<RevCommit>BlameGenerator. getHeads(Repository repo, ObjectId head) -
Uses of NoWorkTreeException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw NoWorkTreeException Modifier and Type Method Description java.io.FileRepository. getIndexFile()Get the index file location ornullif repository isn't local.java.io.FileRepository. getWorkTree()Get the root directory of the working tree, where files are checked out for viewing and editing.DirCacheRepository. lockDirCache()Create a new in-core index representation, lock it, and read from disk.ObjectIdRepository. readCherryPickHead()Return the information stored in the file $GIT_DIR/CHERRY_PICK_HEAD.java.lang.StringRepository. readCommitEditMsg()Return the information stored in the file $GIT_DIR/COMMIT_EDITMSG.DirCacheRepository. readDirCache()Create a new in-core index representation and read an index from disk.java.lang.StringRepository. 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.ObjectIdRepository. readOrigHead()Return the information stored in the file $GIT_DIR/ORIG_HEAD.ObjectIdRepository. 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 Modifier and Type Method Description private voidResolveMerger. checkout()protected voidResolveMerger. cleanUp()Reverts the worktree after an unsuccessful merge.
-