Package org.eclipse.team.core.variants

Examples of org.eclipse.team.core.variants.IResourceVariantComparator


    private PluginInfo _localPluginInfo;

    private Version _remoteWGAVersion;

    public WGAPluginResourceSyncInfo(WGARuntime runtime, WGARemoteServer server, IResource local, PluginInfo localPluginInfo, IResourceVariant remote, Version remoteWGAVersion) {     
        super(local, remote, remote, new IResourceVariantComparator() {           
            public boolean isThreeWay() {
                return false;
            }           
            public boolean compare(IResourceVariant base, IResourceVariant remote) {
                return false;
View Full Code Here

TOP

Related Classes of org.eclipse.team.core.variants.IResourceVariantComparator

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.