Uses of Class
org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException

Packages that use StoredObjectRepresentationNotAvailableException
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
org.eclipse.jgit.storage.pack Reading/writing Git pack files. 
 

Uses of StoredObjectRepresentationNotAvailableException in org.eclipse.jgit.storage.dfs
 

Methods in org.eclipse.jgit.storage.dfs that throw StoredObjectRepresentationNotAvailableException
 void DfsReader.copyObjectAsIs(PackOutputStream out, ObjectToPack otp, boolean validate)
           
 

Uses of StoredObjectRepresentationNotAvailableException in org.eclipse.jgit.storage.pack
 

Methods in org.eclipse.jgit.storage.pack that throw StoredObjectRepresentationNotAvailableException
 void ObjectReuseAsIs.copyObjectAsIs(PackOutputStream out, ObjectToPack otp, boolean validate)
          Output a previously selected representation.
 



Copyright © 2013. All Rights Reserved.