public interface

ContentService

com.atlassian.fisheye.spi.services.ContentService

Class Overview

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

Summary

Public Methods
abstract void getContent(String repository, FileRevisionKeyData fileRevision, OutputStream os)

Public Methods

public abstract void getContent (String repository, FileRevisionKeyData fileRevision, OutputStream os)

Parameters
repository the name of the repository
fileRevision the revision to retrieve
os an OutputStream for the content to be written to