Class ProjectProcessor

java.lang.Object
  extended by ProjectProcessor

public class ProjectProcessor
extends java.lang.Object


Constructor Summary
ProjectProcessor()
           
 
Method Summary
 ProjectInfo processProject(java.io.File f)
          Method to process all src files in a project represented by File f.
private  void processProjectSrc(java.io.File src, InfoLinkedList fileInfoList)
          Helper method for recursive traversal of the src directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectProcessor

public ProjectProcessor()
Method Detail

processProject

public ProjectInfo processProject(java.io.File f)
Method to process all src files in a project represented by File f. Will return a ProjectInfo object containing information about the project.

Parameters:
f -
Returns:

processProjectSrc

private void processProjectSrc(java.io.File src,
                               InfoLinkedList fileInfoList)
Helper method for recursive traversal of the src directory.

Parameters:
src -
fileInfoList -