public void save(Map<String, SerializableTLDNamespace> namespaces) throws IOException,
ClassNotFoundException
{
final MasterIndex index = getOrCreateMasterIndex();
final ProjectIndex projectIndex = index.getProjectIndex(_project);
projectIndex.save(namespaces);
}
public void clearAll() throws IOException, ClassNotFoundException
{
final MasterIndex index = getOrCreateMasterIndex();