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 FileTreeEntry
Tree. addFile(byte[] s, int offset)
Deprecated.Adds a new or existing file with the specified name to this tree.FileTreeEntry
Tree. addFile(String name)
Deprecated.Adds a new or existing file with the specified name to this tree.
-