Class FileProcessor

java.lang.Object
  extended by FileProcessor

public class FileProcessor
extends java.lang.Object


Constructor Summary
FileProcessor()
           
 
Method Summary
 FileInfo processFile(java.io.File f)
          Method to process a single java file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileProcessor

public FileProcessor()
Method Detail

processFile

public FileInfo processFile(java.io.File f)
Method to process a single java file. Takes as input the java.io.File object representing the file and returns a FileInfo object.

Parameters:
f -
Returns: