| Method parameters in edu.rice.cs.drjava.model with type arguments of type DocumentInfoGetter |
ProjectProfile |
AbstractGlobalModel._makeProjectProfile(File file,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> info)
Writes the project profile augmented by usage info to specified file. |
void |
AbstractGlobalModel.exportOldProject(File file,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> info)
Writes the project profile in the old project format. |
void |
GlobalModel.reloadProject(File f,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> info)
Reloads a project without writing to disk. |
void |
DummyGlobalModel.reloadProject(File f,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> ht)
|
void |
AbstractGlobalModel.reloadProject(File file,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> info)
|
void |
GlobalModel.saveProject(File f,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> info)
Writes the project file to disk |
void |
DummyGlobalModel.saveProject(File f,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> ht)
|
void |
AbstractGlobalModel.saveProject(File file,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> info)
Writes the project profile augmented by usage info to specified file. |