Class JarEntryResource
java.lang.Object
org.jboss.modules.JarEntryResource
- All Implemented Interfaces:
Resource
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJarEntryResource(JarFile jarFile, JarEntry entry, String relativePath, URL resourceURL) -
Method Summary
-
Field Details
-
jarFile
-
entry
-
entryName
-
resourceURL
-
-
Constructor Details
-
JarEntryResource
-
-
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
-