org.jicengine.io
Interface UrlReadable
- All Known Implementing Classes:
- ClasspathResource, ClassResource, FileResource, UrlResource, WebApplicationResource
- public interface UrlReadable
Most resources, but not all, have an url. this is a interface for them.
Many existing Java classes use URLs, so it may be wise to support a way
to read Resources through Urls.
- Version:
- 1.0
- Author:
- .timo
Method Summary |
java.net.URL |
getUrl()
|
getUrl
public java.net.URL getUrl()
throws java.io.IOException
- Throws:
java.io.IOException