Class ImportUtils.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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jarFile

        private java.util.zip.ZipFile jarFile
    • Constructor Detail

      • Zip

        public Zip​(java.io.File file)
            throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • listChildren

        public java.util.List<java.net.URL> listChildren()
                                                  throws java.net.MalformedURLException
        Specified by:
        listChildren in interface ImportUtils.Listable
        Throws:
        java.net.MalformedURLException