Uses of Class
org.eclipse.egit.github.core.Blob

Packages that use Blob
org.eclipse.egit.github.core   
org.eclipse.egit.github.core.service   
 

Uses of Blob in org.eclipse.egit.github.core
 

Methods in org.eclipse.egit.github.core that return Blob
 Blob Blob.setContent(String content)
           
 Blob Blob.setEncoding(String encoding)
           
 

Uses of Blob in org.eclipse.egit.github.core.service
 

Methods in org.eclipse.egit.github.core.service that return Blob
 Blob DataService.getBlob(IRepositoryIdProvider repository, String sha)
          Get blob for given SHA-1
 

Methods in org.eclipse.egit.github.core.service with parameters of type Blob
 String DataService.createBlob(IRepositoryIdProvider repository, Blob blob)
          Create blob with given content
 



Copyright © 2012. All Rights Reserved.