|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MalformedProjectFileException | |
---|---|
edu.rice.cs.drjava.model | The model package is responsible for the majority of the logic
and state in DrJava. |
edu.rice.cs.drjava.project | |
edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
Uses of MalformedProjectFileException in edu.rice.cs.drjava.model |
---|
Methods in edu.rice.cs.drjava.model that throw MalformedProjectFileException | |
---|---|
void |
GlobalModel.openProject(File file)
Parses out the given project file, sets up the state and other configurations such as the Navigator and the classpath, and returns an array of files to open. |
void |
DummyGlobalModel.openProject(File file)
|
void |
AbstractGlobalModel.openProject(File projectFile)
Parses the given project file and loads it into the document navigator and resets interactions pane. |
Uses of MalformedProjectFileException in edu.rice.cs.drjava.project |
---|
Methods in edu.rice.cs.drjava.project that throw MalformedProjectFileException | |
---|---|
ProjectFileIR |
XMLProjectFileParser.parse(File projFile)
|
ProjectFileIR |
ProjectFileParserFacade.parse(File projFile)
|
ProjectFileIR |
ProjectFileParser.parse(File projFile)
|
protected List<DocFile> |
XMLProjectFileParser.readSourceFiles(String path,
String rootPath)
|
void |
ProjectTest.testLegacyParseProject()
Test to make sure all elements of the project are read correctly into the IR |
void |
ProjectTest.testLegacyParseProjectPJT()
Test to make sure all elements of the project are read correctly into the IR |
void |
ProjectTest.testParseProject()
Test to make sure all elements of the project are read correctly into the IR |
void |
ProjectTest.testParseProjectPJT()
Test to make sure all elements of the project are read correctly into the IR |
void |
ProjectTest.testWriteFile()
|
void |
ProjectTest.testWriteFilePJT()
|
void |
ProjectTest.testWriteFileXML()
|
void |
XMLProjectFileParserTest.testXMLParse()
|
Uses of MalformedProjectFileException in edu.rice.cs.drjava.ui |
---|
Methods in edu.rice.cs.drjava.ui that throw MalformedProjectFileException | |
---|---|
void |
ProjectMenuTest.testCloseAllClosesProject()
|
void |
ProjectMenuTest.testSaveProject()
|
void |
ProjectMenuTest.testSetBuildDirectory()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |