Uses of Class
org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
-
Packages that use WorkingTreeIterator.Entry Package Description org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system).org.eclipse.jgit.util Utility classes. -
-
Uses of WorkingTreeIterator.Entry in org.eclipse.jgit.treewalk
Subclasses of WorkingTreeIterator.Entry in org.eclipse.jgit.treewalk Modifier and Type Class Description static classFileTreeIterator.FileEntryWrapper for a standard Java IO fileFields in org.eclipse.jgit.treewalk declared as WorkingTreeIterator.Entry Modifier and Type Field Description private WorkingTreeIterator.Entry[]WorkingTreeIterator. entriesList of entries obtained from the subclass.(package private) WorkingTreeIterator.EntryWorkingTreeIterator.PerDirectoryAttributesNode. entryprotected WorkingTreeIterator.EntryWorkingTreeIterator.PerDirectoryIgnoreNode. entryprotected static WorkingTreeIterator.Entry[]WorkingTreeIterator. EOFAn empty entry array, suitable forWorkingTreeIterator.init(Entry[]).Fields in org.eclipse.jgit.treewalk with type parameters of type WorkingTreeIterator.Entry Modifier and Type Field Description private static java.util.Comparator<WorkingTreeIterator.Entry>WorkingTreeIterator. ENTRY_CMPMethods in org.eclipse.jgit.treewalk that return WorkingTreeIterator.Entry Modifier and Type Method Description protected WorkingTreeIterator.EntryWorkingTreeIterator. current()Obtain the current entry from this iterator.private WorkingTreeIterator.Entry[]FileTreeIterator. entries()Methods in org.eclipse.jgit.treewalk with parameters of type WorkingTreeIterator.Entry Modifier and Type Method Description private byte[]WorkingTreeIterator. idBufferBlob(WorkingTreeIterator.Entry e)protected byte[]FileTreeIterator. idSubmodule(WorkingTreeIterator.Entry e)Get submodule id for given entry.protected byte[]WorkingTreeIterator. idSubmodule(java.io.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 voidWorkingTreeIterator. init(WorkingTreeIterator.Entry[] list)Constructor helper.private static booleanWorkingTreeIterator. isBinary(WorkingTreeIterator.Entry entry)private java.io.InputStreamWorkingTreeIterator. possiblyFilteredInputStream(WorkingTreeIterator.Entry e, java.io.InputStream is, long len)private java.io.InputStreamWorkingTreeIterator. possiblyFilteredInputStream(WorkingTreeIterator.Entry e, java.io.InputStream is, long len, TreeWalk.OperationType opType)protected java.lang.StringFileTreeIterator. readSymlinkTarget(WorkingTreeIterator.Entry entry)Reads the target of a symlink as a string.protected java.lang.StringWorkingTreeIterator. readSymlinkTarget(WorkingTreeIterator.Entry entry)Reads the target of a symlink as a string.Constructors in org.eclipse.jgit.treewalk with parameters of type WorkingTreeIterator.Entry Constructor Description PerDirectoryAttributesNode(WorkingTreeIterator.Entry entry)PerDirectoryIgnoreNode(java.lang.String name, WorkingTreeIterator.Entry entry)RootIgnoreNode(WorkingTreeIterator.Entry entry, Repository repository) -
Uses of WorkingTreeIterator.Entry in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util declared as WorkingTreeIterator.Entry Modifier and Type Field Description protected static WorkingTreeIterator.Entry[]FS. NO_ENTRIESAn empty array of entries, suitable as a return value forFS.list(File, FileModeStrategy).Methods in org.eclipse.jgit.util that return WorkingTreeIterator.Entry Modifier and Type Method Description WorkingTreeIterator.Entry[]FS_Win32. list(java.io.File directory, FileTreeIterator.FileModeStrategy fileModeStrategy)Enumerates children of a directory.WorkingTreeIterator.Entry[]FS. list(java.io.File directory, FileTreeIterator.FileModeStrategy fileModeStrategy)Enumerates children of a directory.
-