This class can be used without OSGi running.
This class is not intended to be subclassed by clients but may be instantiated.
90919293949596979899100
if ( currentProject == null || !currentProject.isAccessible() ) { return new IProject[0]; } try { if ( monitor != null && monitor.isCanceled() ) throw new OperationCanceledException(); if ( kind == IncrementalProjectBuilder.FULL_BUILD ) { fullBuild( monitor ); } else { IResourceDelta delta = getDelta( getProject() );
9293949596979899100
return status; } } } catch (CoreException e) { throw new OperationCanceledException(e.getMessage()); } return status; }