Package org.apache.bcel.util
Class ClassPath.JrtModule
java.lang.Object
org.apache.bcel.util.ClassPath.AbstractPathEntry
org.apache.bcel.util.ClassPath.JrtModule
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
ClassPath
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
(package private) ClassPath.ClassFile
getClassFile
(String name, String suffix) (package private) URL
getResource
(String name) (package private) InputStream
getResourceAsStream
(String name) toString()
-
Field Details
-
modulePath
-
-
Constructor Details
-
JrtModule
-
-
Method Details
-
close
- Throws:
IOException
-
getClassFile
- Specified by:
getClassFile
in classClassPath.AbstractPathEntry
-
getResource
- Specified by:
getResource
in classClassPath.AbstractPathEntry
-
getResourceAsStream
- Specified by:
getResourceAsStream
in classClassPath.AbstractPathEntry
-
toString
-