gridiq
Class ProjectParser

java.lang.Object
  extended by gridiq.ProjectParser

public class ProjectParser
extends java.lang.Object

A parser for project XML files. Reads a project file and creates a Project object representing the project properties.

Author:
colin

Constructor Summary
ProjectParser()
           
 
Method Summary
 Project readProject(java.io.File projectFile)
          Parses the given project file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectParser

public ProjectParser()
Method Detail

readProject

public Project readProject(java.io.File projectFile)
Parses the given project file.

Parameters:
projectFile - The project file to parse
Returns:
The resulting project configuration