uk.org.retep.util.io
Interface FileVisitor

All Known Implementing Classes:
AbstractFileVisitor, TarCreateFileVisitor, ZipFileVisitor

public interface FileVisitor

A visitor that can be called by FileUtils.visit()

Author:
peter

Method Summary
 boolean visit(java.io.File file)
          Visit this File
 

Method Detail

visit

boolean visit(java.io.File file)
              throws java.io.IOException
Visit this File

Parameters:
file - File to visit
Returns:
true if some operation was done, false if not
Throws:
java.io.IOException - if an error occured during the visit


Copyright © 1998-2010 Retep Development Group. All Rights Reserved.