The operation of calling IResource in Eclipse RCP causes the thread to wait

前端 未结 0 1543
清酒与你
清酒与你 2020-12-24 06:53

I use it like this in the code.

Project.refreshLocal(IResource.DEPTH_ONE, null);
Project.delete(false, true, new NullProgressMonitor());

Then

相关标签:
回答
  • 消灭零回复
提交回复
热议问题