|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.perseus.fos.lib.FosExtension
Defines the way to iterate over the Object Files within a directory.
Method Summary | |
boolean |
accept(java.io.File dir,
java.lang.String name)
The filter for retrieving relevant FOS file names. |
boolean |
hasNext()
Tests if there are more elements to tranverse. |
java.lang.Object |
next()
Traverses the next element. |
void |
remove()
remove unsupported. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator
java.util.NoSuchElementException
public void remove() throws java.lang.UnsupportedOperationException, java.lang.IllegalStateException
remove
in interface java.util.Iterator
java.lang.UnsupportedOperationException
java.lang.IllegalStateException
public boolean accept(java.io.File dir, java.lang.String name)
accept
in interface java.io.FilenameFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |