|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GitIndex.Entry | |
---|---|
org.eclipse.jgit.lib |
Uses of GitIndex.Entry in org.eclipse.jgit.lib |
---|
Methods in org.eclipse.jgit.lib that return GitIndex.Entry | |
---|---|
GitIndex.Entry |
GitIndex.add(File wd,
File f)
Deprecated. Add the content of a file to the index. |
GitIndex.Entry |
GitIndex.add(File wd,
File f,
byte[] content)
Deprecated. Add the content of a file to the index. |
GitIndex.Entry |
GitIndex.addEntry(TreeEntry te)
Deprecated. Add tree entry to index |
GitIndex.Entry |
GitIndex.getEntry(String path)
Deprecated. Look up an entry with the specified path. |
GitIndex.Entry[] |
GitIndex.getMembers()
Deprecated. Return the members of the index sorted by the unsigned byte values of the path names. |
Methods in org.eclipse.jgit.lib with parameters of type GitIndex.Entry | |
---|---|
void |
GitIndex.checkoutEntry(File wd,
GitIndex.Entry e)
Deprecated. Check out content of the specified index entry |
static int |
TreeEntry.lastChar(GitIndex.Entry i)
Deprecated. Helper for accessing tree/blob/index methods. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |