Package org.eclipse.team.core.synchronize

Examples of org.eclipse.team.core.synchronize.SyncInfoTree


    @SuppressWarnings("restriction")
    public void clear() {
        if (getSubscriberSyncInfoCollector() != null && getSubscriberSyncInfoCollector().getSyncInfoSet() != null
                && !getSubscriberSyncInfoCollector().getSyncInfoSet().isEmpty()) {
            SyncInfoTree syncInfoTree = getSyncInfoSet();
            if (logger.isInfoEnabled()) {
                logger.info("Clearing [" + syncInfoTree.size() + "] sync infogs from tree");
            }
            syncInfoTree.clear();
        }
    }
View Full Code Here

TOP

Related Classes of org.eclipse.team.core.synchronize.SyncInfoTree

Copyright © 2018 www.massapicom. 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.