com.darwinsys.io
Interface FileHandler


public interface FileHandler

Visitor interface for Crawler.

Version:
$Id: FileHandler.java,v 1.4 2005/08/18 20:21:32 ian Exp $

Method Summary
 void destroy()
           
 java.io.File getFile()
           
 void init()
           
 void visit(java.io.File f)
           
 

Method Detail

init

void init()
          throws java.io.IOException
Throws:
java.io.IOException

visit

void visit(java.io.File f)
           throws java.io.IOException
Throws:
java.io.IOException

destroy

void destroy()
             throws java.io.IOException
Throws:
java.io.IOException

getFile

java.io.File getFile()


Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.