Uses of Class
org.eclipse.jgit.lib.FileTreeEntry
-
Packages that use FileTreeEntry Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of FileTreeEntry in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return FileTreeEntry Modifier and Type Method Description FileTreeEntryTree. addFile(byte[] s, int offset)Deprecated.Adds a new or existing file with the specified name to this tree.FileTreeEntryTree. addFile(String name)Deprecated.Adds a new or existing file with the specified name to this tree.
-