public class ClassPathManager.ZipFileEntry extends ClassPathManager.Entry
Constructor and Description |
---|
ZipFileEntry(java.io.File file) |
ZipFileEntry(java.util.zip.ZipFile zipFile) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
closeSomeArchives(int n) |
ClassPathManager.ClassFile |
find(java.lang.String name) |
java.util.List<org.aspectj.weaver.bcel.ClassPathManager.ZipEntryClassFile> |
getAllClassFiles() |
java.util.zip.ZipFile |
getZipFile() |
java.lang.String |
toString() |
public ZipFileEntry(java.io.File file) throws java.io.IOException
java.io.IOException
public ZipFileEntry(java.util.zip.ZipFile zipFile)
public java.util.zip.ZipFile getZipFile()
public ClassPathManager.ClassFile find(java.lang.String name) throws java.io.IOException
find
in class ClassPathManager.Entry
java.io.IOException
public java.util.List<org.aspectj.weaver.bcel.ClassPathManager.ZipEntryClassFile> getAllClassFiles() throws java.io.IOException
java.io.IOException
public void closeSomeArchives(int n)
public void close()
public java.lang.String toString()
toString
in class java.lang.Object