Uses of Class
org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry

Packages that use WorkingTreeIterator.Entry
org.eclipse.jgit.treewalk   
 

Uses of WorkingTreeIterator.Entry in org.eclipse.jgit.treewalk
 

Subclasses of WorkingTreeIterator.Entry in org.eclipse.jgit.treewalk
static class FileTreeIterator.FileEntry
          Wrapper for a standard Java IO file
 

Fields in org.eclipse.jgit.treewalk declared as WorkingTreeIterator.Entry
protected static WorkingTreeIterator.Entry[] WorkingTreeIterator.EOF
          An empty entry array, suitable for WorkingTreeIterator.init(Entry[]).
 

Methods in org.eclipse.jgit.treewalk that return WorkingTreeIterator.Entry
protected  WorkingTreeIterator.Entry WorkingTreeIterator.current()
          Obtain the current entry from this iterator.
 

Methods in org.eclipse.jgit.treewalk with parameters of type WorkingTreeIterator.Entry
protected  byte[] WorkingTreeIterator.idSubmodule(File directory, WorkingTreeIterator.Entry e)
          Get submodule id using the repository at the location of the entry relative to the directory.
protected  byte[] WorkingTreeIterator.idSubmodule(WorkingTreeIterator.Entry e)
          Get submodule id for given entry.
protected  byte[] FileTreeIterator.idSubmodule(WorkingTreeIterator.Entry e)
           
protected  void WorkingTreeIterator.init(WorkingTreeIterator.Entry[] list)
          Constructor helper.
 



Copyright © 2012. All Rights Reserved.