Uses of Class
org.eclipse.jgit.api.errors.JGitInternalException

Packages that use JGitInternalException
org.eclipse.jgit.api   
 

Uses of JGitInternalException in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that throw JGitInternalException
 LogCommand LogCommand.add(AnyObjectId start)
          Mark a commit to start graph traversal from.
 PushCommand PushCommand.add(String nameOrSpec)
          Add a reference to push.
 LogCommand LogCommand.addRange(AnyObjectId since, AnyObjectId until)
          Adds the range since..until
 RevTag TagCommand.call()
          Executes the tag command with all the options and parameters collected by the setter methods of this class.
 Collection<String> SubmoduleUpdateCommand.call()
           
 Map<String,String> SubmoduleSyncCommand.call()
           
 Map<String,SubmoduleStatus> SubmoduleStatusCommand.call()
           
 Collection<String> SubmoduleInitCommand.call()
           
 Repository SubmoduleAddCommand.call()
           
 Note ShowNoteCommand.call()
           
 Note RemoveNoteCommand.call()
           
 RebaseResult RebaseCommand.call()
          Executes the Rebase command with all the options and parameters collected by the setter methods of this class.
 Iterable<PushResult> PushCommand.call()
          Executes the push command with all the options and parameters collected by the setter methods of this class.
 Iterable<RevCommit> LogCommand.call()
          Executes the Log command with all the options and parameters collected by the setter methods (e.g.
 List<RevTag> ListTagCommand.call()
           
 List<Note> ListNotesCommand.call()
           
 List<Ref> ListBranchCommand.call()
           
 Git InitCommand.call()
          Executes the Init command.
 FetchResult FetchCommand.call()
          Executes the fetch command with all the options and parameters collected by the setter methods of this class.
 List<String> DeleteTagCommand.call()
           
 List<String> DeleteBranchCommand.call()
           
 Ref CreateBranchCommand.call()
           
 RevCommit CommitCommand.call()
          Executes the commit command with all the options and parameters collected by the setter methods of this class.
 Git CloneCommand.call()
          Executes the Clone command.
 Ref CheckoutCommand.call()
           
 BlameResult BlameCommand.call()
          Generate a list of lines with information about when the lines were introduced into the file path.
 Note AddNoteCommand.call()
           
 LogCommand LogCommand.not(AnyObjectId start)
          Same as --not start, or ^start
 



Copyright © 2011. All Rights Reserved.