public interface UriLocatorFactory
| Modifier and Type | Method and Description |
|---|---|
UriLocator |
getInstance(String uri) |
InputStream |
locate(String uri)
Locates an InputStream for the given uri.
|
InputStream locate(String uri) throws IOException
uri - to locate.InputStream of the resource.IOException - if uri is invalid or resource couldn't be located.UriLocator getInstance(String uri)
uri - to handle by the locator.UriLocator which is capable of handling provided uri. Returns null if no locator
found.Copyright © 2008-2013. All Rights Reserved.