public interface ResourceAccessor
Modifier and Type | Method and Description |
---|---|
InputStream |
getResource(String resourcePath)
Returns an InputStream for reading a resource.
|
InputStream getResource(String resourcePath)
resourcePath
- the relative URL path of the resource. For example: /images/foo.pngInputStream
for reading the resourceCopyright © 2003–2017 Atlassian. All rights reserved.