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.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 Set<String>CleanCommand. call()Executes thecleancommand with all the options and parameters collected by the setter methods of this class.StatusStatusCommand. call()Executes theStatuscommand with all the options and parameters collected by the setter methods of this class. -
Uses of NoWorkTreeException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw NoWorkTreeException Modifier and Type Method Description FileRepository. getIndexFile()FileRepository. getWorkTree()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.DirCacheRepository. readDirCache()Create a new in-core index representation and read an index from disk.StringRepository. readMergeCommitMsg()Return the information stored in the file $GIT_DIR/MERGE_MSG.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 protected voidResolveMerger. cleanUp()Reverts the worktree after an unsuccessful merge.
-