com.atlassian.fisheye.spi.services
Interface ContentService


public interface ContentService

Provides an API for retreving the content of files stored in the repository


Method Summary
 void getContent(java.lang.String repository, FileRevisionKeyData fileRevision, java.io.OutputStream os)
           
 

Method Detail

getContent

void getContent(java.lang.String repository,
                FileRevisionKeyData fileRevision,
                java.io.OutputStream os)
Parameters:
repository - the name of the repository
fileRevision - the revision to retrieve
os - an OutputStream for the content to be written to