Uses of Class
org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
Packages that use WorkingTreeIterator.Entry
Package
Description
Walking and comparing directory/file trees (of commits, file system).
Utility classes.
-
Uses of WorkingTreeIterator.Entry in org.eclipse.jgit.treewalk
Subclasses of WorkingTreeIterator.Entry in org.eclipse.jgit.treewalkModifier and TypeClassDescriptionstatic class
Wrapper for a standard Java IO fileFields in org.eclipse.jgit.treewalk declared as WorkingTreeIterator.EntryModifier and TypeFieldDescriptionprivate WorkingTreeIterator.Entry[]
WorkingTreeIterator.entries
List of entries obtained from the subclass.(package private) final WorkingTreeIterator.Entry
WorkingTreeIterator.PerDirectoryAttributesNode.entry
protected final WorkingTreeIterator.Entry
WorkingTreeIterator.PerDirectoryIgnoreNode.entry
protected static final WorkingTreeIterator.Entry[]
WorkingTreeIterator.EOF
An empty entry array, suitable forWorkingTreeIterator.init(Entry[])
.Fields in org.eclipse.jgit.treewalk with type parameters of type WorkingTreeIterator.EntryModifier and TypeFieldDescriptionprivate static final Comparator<WorkingTreeIterator.Entry>
WorkingTreeIterator.ENTRY_CMP
Methods in org.eclipse.jgit.treewalk that return WorkingTreeIterator.EntryModifier and TypeMethodDescriptionprotected WorkingTreeIterator.Entry
WorkingTreeIterator.current()
Obtain the current entry from this iterator.private WorkingTreeIterator.Entry[]
FileTreeIterator.entries()
Methods in org.eclipse.jgit.treewalk with parameters of type WorkingTreeIterator.EntryModifier and TypeMethodDescriptionprivate byte[]
WorkingTreeIterator.idBufferBlob
(WorkingTreeIterator.Entry e) protected byte[]
FileTreeIterator.idSubmodule
(WorkingTreeIterator.Entry e) Get submodule id for given 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 void
WorkingTreeIterator.init
(WorkingTreeIterator.Entry[] list) Constructor helper.private static boolean
WorkingTreeIterator.isBinary
(WorkingTreeIterator.Entry entry) private InputStream
WorkingTreeIterator.possiblyFilteredInputStream
(WorkingTreeIterator.Entry e, InputStream is, long len) protected String
FileTreeIterator.readSymlinkTarget
(WorkingTreeIterator.Entry entry) Reads the target of a symlink as a string.protected String
WorkingTreeIterator.readSymlinkTarget
(WorkingTreeIterator.Entry entry) Reads the target of a symlink as a string.Constructors in org.eclipse.jgit.treewalk with parameters of type WorkingTreeIterator.EntryModifierConstructorDescription(package private)
(package private)
PerDirectoryIgnoreNode
(String name, WorkingTreeIterator.Entry entry) (package private)
RootIgnoreNode
(WorkingTreeIterator.Entry entry, Repository repository) -
Uses of WorkingTreeIterator.Entry in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util declared as WorkingTreeIterator.EntryModifier and TypeFieldDescriptionprotected static final WorkingTreeIterator.Entry[]
FS.NO_ENTRIES
An empty array of entries, suitable as a return value forFS.list(File, FileModeStrategy)
.Methods in org.eclipse.jgit.util that return WorkingTreeIterator.EntryModifier and TypeMethodDescriptionFS_Win32.list
(File directory, FileTreeIterator.FileModeStrategy fileModeStrategy) Enumerates children of a directory.FS.list
(File directory, FileTreeIterator.FileModeStrategy fileModeStrategy) Enumerates children of a directory.