Community
Participate
Working Groups
workspace.prepareOperation(rule, monitor);
if (!isRoot && !getProject().isAccessible())
return;
if (!exists() && isFiltered())
workspace.beginOperation(true);
if (getType() == IResource.PROJECT || getType() == IResource.ROOT)
workspace.broadcastEvent(LifecycleEvent.newEvent(LifecycleEvent.PRE_REFRESH, this));