org.jboss.util.file
Class DirectoryArchiveBrowser

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

public class DirectoryArchiveBrowser
extends Object
implements Iterator

Comment

Version:
$Revision: 1.1.2.1 $
Author:
Bill Burke

Constructor Summary
DirectoryArchiveBrowser(File file, ArchiveBrowser.Filter filter)
           
 
Method Summary
static void create(List list, File dir, ArchiveBrowser.Filter filter)
           
 boolean hasNext()
           
 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(File file,
                               ArchiveBrowser.Filter filter)
Method Detail

create

public static void create(List list,
                          File dir,
                          ArchiveBrowser.Filter filter)
                   throws Exception
Throws:
Exception

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.