org.java.plugin.extension.annotations.scanner.archiveiterator
Interface DirectoryIteratorFactory

All Known Implementing Classes:
FileProtocolIteratorFactory

public interface DirectoryIteratorFactory

Code is boroght from http://bill.burkecentral.com/2008/01/14/scanning-java-annotations-at-runtime/

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 StreamIterator create(java.net.URL url, Filter filter)
           
 

Method Detail

create

StreamIterator create(java.net.URL url,
                      Filter filter)
                      throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.