public interface ExternalResourceLocator
Modifier and Type | Method and Description |
---|---|
InputStream |
getResource(String uri)
Get the stream specified by the 'uri' parameter.
|
InputStream getResource(String uri) throws IllegalArgumentException, IOException
uri
- The location of the resource to be located.IllegalArgumentException
- Illegal argument. Check the cause exception for more
information.IOException
- Unable to get the org.milyn.resource stream.Copyright © 2020. All rights reserved.