edu.rice.cs.drjava.project |
|
Java Source File Name | Type | Comment |
DocFile.java | Class | |
DocumentInfoGetter.java | Interface | 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. |
MalformedProjectFileException.java | Class | The exception thrown when a project file which was being parsed did not conform to the expected structure. |
ProjectFileIR.java | Interface | |
ProjectFileParser.java | Class | This parser uses the s-expression parser defined in the util pacakge. |
ProjectFileParserFacade.java | Class | Abstract project file parser. |
ProjectProfile.java | Class | The internal representation of a project; it is the internal analog of a project file. |
ProjectTest.java | Class | |
XMLProjectFileParser.java | Class | This parser loads XML configuration files using the XMLConfig class in the util package.
If at some point new information is to be stored in the project file, the following places in the code that need to
changed: |
XMLProjectFileParserTest.java | Class | Test for XMLProjectFileParser. |