uk.org.retep.util.io
Interface ComplexFileVisitor<F extends ComplexFile>

Type Parameters:
F - ComplexFile instance for the visitor
All Known Implementing Classes:
AbstractComplexFileVisitor

public interface ComplexFileVisitor<F extends ComplexFile>

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

Author:
peter

Method Summary
 boolean visit(ComplexFile file)
          Visit this File
 

Method Detail

visit

boolean visit(ComplexFile 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.