Class URLResource
java.lang.Object
org.jboss.modules.URLResource
- All Implemented Interfaces:
Resource
-
Field Details
-
url
-
-
Constructor Details
-
URLResource
URLResource(URL url)
-
-
Method Details
-
getName
-
getURL
-
openStream
Description copied from interface:ResourceOpen an input stream to this resource.- Specified by:
openStreamin interfaceResource- Returns:
- the stream
- Throws:
IOException- if an I/O error occurs
-
getSize
-