ariba.util.io
Class Find

java.lang.Object
  extended by ariba.util.io.Find
All Implemented Interfaces:
Iterator

public class Find
extends Object
implements Iterator

Tree walker similar to unix find


Constructor Summary
Find(File dir, FilenameFilter filter)
           
 
Method Summary
 boolean hasNext()
           
static void main(String[] args)
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find

public Find(File dir,
            FilenameFilter filter)
Method Detail

remove

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

hasNext

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

next

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

main

public static void main(String[] args)


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.