Package org.apache.bcel.util
Class ClassPath.JrtModules
java.lang.Object
org.apache.bcel.util.ClassPath.AbstractPathEntry
org.apache.bcel.util.ClassPath.JrtModules
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
ClassPath
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModularRuntimeImage
private final ClassPath.JrtModule[]
-
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
-
modularRuntimeImage
-
modules
-
-
Constructor Details
-
JrtModules
- Throws:
IOException
-
-
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
-