org.aspectj.weaver.bcel
Class ClassPathManager.ZipFileEntry
java.lang.Object
org.aspectj.weaver.bcel.ClassPathManager.Entry
org.aspectj.weaver.bcel.ClassPathManager.ZipFileEntry
- Enclosing class:
- ClassPathManager
public class ClassPathManager.ZipFileEntry
- extends ClassPathManager.Entry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClassPathManager.ZipFileEntry
public ClassPathManager.ZipFileEntry(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
ClassPathManager.ZipFileEntry
public ClassPathManager.ZipFileEntry(java.util.zip.ZipFile zipFile)
getZipFile
public java.util.zip.ZipFile getZipFile()
find
public ClassPathManager.ClassFile find(java.lang.String name)
throws java.io.IOException
- Specified by:
find
in class ClassPathManager.Entry
- Throws:
java.io.IOException
getAllClassFiles
public java.util.List<org.aspectj.weaver.bcel.ClassPathManager.ZipEntryClassFile> getAllClassFiles()
throws java.io.IOException
- Throws:
java.io.IOException
closeSomeArchives
public void closeSomeArchives(int n)
close
public void close()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object