com.myJava.file.iterator
Interface FileSystemIteratorFilter

All Known Implementing Classes:
FilterGroup

public interface FileSystemIteratorFilter


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Method Summary
 boolean acceptElement(java.io.File element)
          Tell whether the iterator will return the element to the caller
 boolean acceptIteration(java.io.File directory)
          Tell whether the iterator will iterate into the directory provides as argument
 

Method Detail

acceptIteration

boolean acceptIteration(java.io.File directory)
Tell whether the iterator will iterate into the directory provides as argument


acceptElement

boolean acceptElement(java.io.File element)
Tell whether the iterator will return the element to the caller