Package org.jrd.backend.decompiling
Class ImportUtils.Zip
- java.lang.Object
-
- org.jrd.backend.decompiling.ImportUtils.Zip
-
- All Implemented Interfaces:
ImportUtils.Listable
- Enclosing class:
- ImportUtils
public static class ImportUtils.Zip extends java.lang.Object implements ImportUtils.Listable
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.zip.ZipFile
jarFile
-
Constructor Summary
Constructors Constructor Description Zip(java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.net.URL>
listChildren()
-
-
-
Method Detail
-
listChildren
public java.util.List<java.net.URL> listChildren() throws java.net.MalformedURLException
- Specified by:
listChildren
in interfaceImportUtils.Listable
- Throws:
java.net.MalformedURLException
-
-