|
|||||||||
Home >> All >> org >> apache >> bcel >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.apache.bcel.util
Class ClassPath.Zip

java.lang.Objectorg.apache.bcel.util.ClassPath.PathEntry
org.apache.bcel.util.ClassPath.Zip
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ClassPath
- private static class ClassPath.Zip
- extends ClassPath.PathEntry
Field Summary | |
private java.util.zip.ZipFile |
zip
|
Constructor Summary | |
(package private) |
ClassPath.Zip(java.util.zip.ZipFile z)
|
Method Summary | |
(package private) ClassPath.ClassFile |
getClassFile(java.lang.String name,
java.lang.String suffix)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
zip
private java.util.zip.ZipFile zip
Constructor Detail |
ClassPath.Zip
ClassPath.Zip(java.util.zip.ZipFile z)
Method Detail |
getClassFile
ClassPath.ClassFile getClassFile(java.lang.String name, java.lang.String suffix) throws java.io.IOException
- Specified by:
getClassFile
in classClassPath.PathEntry
|
|||||||||
Home >> All >> org >> apache >> bcel >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |