private static class ClassPath.JrtModule extends ClassPath.AbstractPathEntry
Modifier and Type | Field and Description |
---|---|
private java.nio.file.Path |
modulePath |
Constructor and Description |
---|
JrtModule(java.nio.file.Path modulePath) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
(package private) ClassPath.ClassFile |
getClassFile(java.lang.String name,
java.lang.String suffix) |
(package private) java.net.URL |
getResource(java.lang.String name) |
(package private) java.io.InputStream |
getResourceAsStream(java.lang.String name) |
java.lang.String |
toString() |
public void close() throws java.io.IOException
java.io.IOException
ClassPath.ClassFile getClassFile(java.lang.String name, java.lang.String suffix) throws java.io.IOException
getClassFile
in class ClassPath.AbstractPathEntry
java.io.IOException
java.net.URL getResource(java.lang.String name)
getResource
in class ClassPath.AbstractPathEntry
java.io.InputStream getResourceAsStream(java.lang.String name)
getResourceAsStream
in class ClassPath.AbstractPathEntry
public java.lang.String toString()
toString
in class java.lang.Object