|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
private static interface URLClassPath.Entry
Interface describing a single classpath entry.
Method Summary | |
---|---|
java.lang.String |
getURL()
Get filename or URL as string. |
java.io.InputStream |
openStream(java.lang.String resourceName)
Open an input stream to read a resource in the codebase described by this classpath entry. |
Method Detail |
---|
java.io.InputStream openStream(java.lang.String resourceName) throws java.io.IOException
resourceName
- name of resource to load: e.g., "java/lang/Object.class"
java.io.IOException
- if an I/O error occursjava.lang.String getURL()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |