org.eclipse.net4j.util.io
Class IOUtil.FileCollector

java.lang.Object
  extended by org.eclipse.net4j.util.io.IOUtil.FileCollector
All Implemented Interfaces:
IOVisitor
Enclosing class:
IOUtil

public static class IOUtil.FileCollector
extends Object
implements IOVisitor


Constructor Summary
IOUtil.FileCollector()
           
 
Method Summary
 List<File> getFiles()
           
 boolean visit(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtil.FileCollector

public IOUtil.FileCollector()
Method Detail

getFiles

public List<File> getFiles()

visit

public boolean visit(File file)
              throws IOException
Specified by:
visit in interface IOVisitor
Throws:
IOException


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.