Package edu.rice.cs.drjava.project

Interface Summary
DocumentInfoGetter Classes that implement this interface are expected to give information specific to a single document that is to be saved by the project file builder.
ProjectFileIR  
 

Class Summary
DocFile  
ProjectFileParser This parser uses the s-expression parser defined in the util pacakge.
ProjectFileParserFacade Abstract project file parser.
ProjectProfile The internal representation of a project; it is the internal analog of a project file.
ProjectTest Test class for project files
XMLProjectFileParser This parser loads XML configuration files using the XMLConfig class in the util package.
XMLProjectFileParserTest Test for XMLProjectFileParser.
 

Exception Summary
MalformedProjectFileException The exception thrown when a project file which was being parsed did not conform to the expected structure.