Class Zip
- java.lang.Object
-
- org.jrd.frontend.PluginMangerFrame.embedded.Zip
-
-
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 interfaceListable
- Throws:
java.net.MalformedURLException
-
-