org.jboss.util.file
Class DirectoryArchiveBrowser

java.lang.Object
  extended byorg.jboss.util.file.DirectoryArchiveBrowser
All Implemented Interfaces:
java.util.Iterator

public class DirectoryArchiveBrowser
extends java.lang.Object
implements java.util.Iterator

Comment


Constructor Summary
DirectoryArchiveBrowser(java.io.File file, ArchiveBrowser.Filter (src)  filter)
           
 
Method Summary
static void create(java.util.List list, java.io.File dir, ArchiveBrowser.Filter (src)  filter)
           
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryArchiveBrowser

public DirectoryArchiveBrowser(java.io.File file,
                               ArchiveBrowser.Filter (src)  filter)
Method Detail

create

public static void create(java.util.List list,
                          java.io.File dir,
                          ArchiveBrowser.Filter (src)  filter)
                   throws java.lang.Exception
Throws:
java.lang.Exception

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator