mark.core.files
Interface FileProcessor


public interface FileProcessor

A FileProcessor processes files.


Method Summary
 void processFile(java.io.File f)
          Processes the given file.
 

Method Detail

processFile

public void processFile(java.io.File f)
                 throws java.lang.Exception
Processes the given file. The implementor of the interface defines what is meant by "process".

Parameters:
f - the file.
Throws:
java.lang.Exception - if something goes wrong.