org.aspectj.weaver.bcel
Class ClassPathManager.ZipFileEntry

java.lang.Object
  extended by org.aspectj.weaver.bcel.ClassPathManager.Entry
      extended by org.aspectj.weaver.bcel.ClassPathManager.ZipFileEntry
Enclosing class:
ClassPathManager

public class ClassPathManager.ZipFileEntry
extends ClassPathManager.Entry


Constructor Summary
ClassPathManager.ZipFileEntry(java.io.File file)
           
ClassPathManager.ZipFileEntry(java.util.zip.ZipFile zipFile)
           
 
Method Summary
 void close()
           
 void closeSomeArchives(int n)
           
 ClassPathManager.ClassFile find(java.lang.String name)
           
 java.util.List getAllClassFiles()
           
 java.util.zip.ZipFile getZipFile()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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 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