Package org.eclipse.team.internal.ecf.core

Examples of org.eclipse.team.internal.ecf.core.RemoteSyncInfo


    IResourceVariant remote = remoteTree.fetchVariant(local, IResource.DEPTH_ZERO, monitor);
    return getSyncInfo(local, null, remote);
  }

  protected SyncInfo getSyncInfo(IResource local, IResourceVariant base, IResourceVariant remote) throws TeamException {
    SyncInfo info = new RemoteSyncInfo(local, remote, comparator);
    info.init();
    return info;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.team.internal.ecf.core.RemoteSyncInfo

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.