public interface

ResourceAccessor

com.atlassian.confluence.importexport.resource.ResourceAccessor
Known Indirect Subclasses

Class Overview

Simple interface to provide access to a resource.

Summary

Public Methods
InputStream getResource(String resourcePath)
Returns an InputStream for reading a resource.

Public Methods

public InputStream getResource (String resourcePath)

Returns an InputStream for reading a resource. A new input stream is returned for each call to this method.

Parameters
resourcePath the relative URL path of the resource. For example: /images/foo.png
Returns