Deprecated API


Contents
Deprecated Classes
org.eclipse.jgit.lib.FileTreeEntry
          To look up information about a single path, use TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree). To lookup information about multiple paths at once, use a TreeWalk and obtain the current entry's information from its getter methods. 
org.eclipse.jgit.lib.GitIndex
          Use DirCache instead. 
org.eclipse.jgit.lib.GitIndex.Entry
          Use DirCacheEntry. 
org.eclipse.jgit.lib.GitlinkTreeEntry
          To look up information about a single path, use TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree). To lookup information about multiple paths at once, use a TreeWalk and obtain the current entry's information from its getter methods. 
org.eclipse.jgit.lib.SymlinkTreeEntry
          To look up information about a single path, use TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree). To lookup information about multiple paths at once, use a TreeWalk and obtain the current entry's information from its getter methods. 
org.eclipse.jgit.lib.Tree
          To look up information about a single path, use TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree). To lookup information about multiple paths at once, use a TreeWalk and obtain the current entry's information from its getter methods. 
org.eclipse.jgit.lib.TreeEntry
          To look up information about a single path, use TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree). To lookup information about multiple paths at once, use a TreeWalk and obtain the current entry's information from its getter methods. 
 

Deprecated Methods
org.eclipse.jgit.storage.pack.PackWriter.preparePack(ProgressMonitor, Collection, Collection)
          to be removed in 2.0; use the Set version of this method. 
org.eclipse.jgit.storage.pack.PackWriter.preparePack(ProgressMonitor, ObjectWalk, Collection, Collection)
          to be removed in 2.0; use the Set version of this method. 
org.eclipse.jgit.storage.file.WindowCache.reconfigure(int, int, boolean, int)
          Use WindowCacheConfig instead. 
 



Copyright © 2011. All Rights Reserved.