public interface ResourceSource
Modifier and Type | Method and Description |
---|---|
InputStream |
sourceResource(String location)
Attempts to source the resource.
|
InputStream sourceResource(String location)
location
- Location of the resource.InputStream
to the content of the resource or
null
if not able to source the resource.Copyright © 2005–2016. All rights reserved.