Package org.eclipse.team.core.synchronize

Examples of org.eclipse.team.core.synchronize.SyncInfoTree.clear()


                && !getSubscriberSyncInfoCollector().getSyncInfoSet().isEmpty()) {
            SyncInfoTree syncInfoTree = getSyncInfoSet();
            if (logger.isInfoEnabled()) {
                logger.info("Clearing [" + syncInfoTree.size() + "] sync infogs from tree");
            }
            syncInfoTree.clear();
        }
    }

    protected void monitorCheck(IProgressMonitor monitor) throws InterruptedException {
        if (monitor != null) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.