Class ImportUtils.Directory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File directoryFile  
    • Constructor Summary

      Constructors 
      Constructor Description
      Directory​(java.io.File file)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void crawl​(java.util.List<java.net.URL> pathList, java.io.File dir)  
      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

      • directoryFile

        private final java.io.File directoryFile
    • Constructor Detail

      • Directory

        public Directory​(java.io.File file)
    • Method Detail

      • crawl

        private void crawl​(java.util.List<java.net.URL> pathList,
                           java.io.File dir)
                    throws java.net.MalformedURLException
        Throws:
        java.net.MalformedURLException
      • listChildren

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