Examples of SyncInfoTree


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
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.