org.cruxframework.crux.scanner.archiveiterator
Class FileIterator

java.lang.Object
  extended by org.cruxframework.crux.scanner.archiveiterator.URLIterator
      extended by org.cruxframework.crux.scanner.archiveiterator.FileIterator

public class FileIterator
extends URLIterator

Author:
Thiago da Rosa de Bustamante

Constructor Summary
FileIterator(File file, List<ScannerRegistration> scanners)
           
 
Method Summary
 void search()
           
protected  void search(File dir)
           
 
Methods inherited from class org.cruxframework.crux.scanner.archiveiterator.URLIterator
consumeWhenAccepted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileIterator

public FileIterator(File file,
                    List<ScannerRegistration> scanners)
Method Detail

search

public void search()
Specified by:
search in class URLIterator

search

protected void search(File dir)
               throws IOException
Throws:
IOException


Copyright © 2014. All rights reserved.