|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgridiq.ProjectParser
public class ProjectParser
A parser for project XML files. Reads a project file and creates a Project
object representing the project properties.
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 |
---|
public ProjectParser()
Method Detail |
---|
public Project readProject(java.io.File projectFile)
projectFile
- The project file to parse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |