public interface Resource
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
InputStream |
getInputStream() |
URI |
getURI() |
URL |
getURL() |
boolean exists()
URL getURL() throws IOException
IOExceptionURI getURI() throws IOException
IOExceptionInputStream getInputStream() throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.