public abstract class AbstractUriLocatorFactory extends Object implements UriLocatorFactory
| Constructor and Description |
|---|
AbstractUriLocatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
locate(String uri)
Locates an InputStream for the given uri.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic final InputStream locate(String uri) throws IOException
locate in interface UriLocatorFactoryuri - to locate.InputStream of the resource.IOException - if uri is invalid or resource couldn't be located.Copyright © 2008-2013. All Rights Reserved.