Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.team.core.mapping.IStorageMerger

Packages that use IStorageMerger
org.eclipse.team.core Application programming interfaces for defining and working with repository providers. 
org.eclipse.team.core.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. 
 

Uses of IStorageMerger in org.eclipse.team.core
 

Methods in org.eclipse.team.core that return IStorageMerger
static  IStorageMerger Team. createMerger ( IContentType type)
          Creates a storage merger for the given content type.
static  IStorageMerger Team. createMerger ( String extension)
          Creates a storage merger for the given file extension.
  IStorageMerger Team. createStorageMerger ( IContentType type)
          Deprecated. Use Team.createMerger(IContentType) instead.
  IStorageMerger Team. createStorageMerger ( String extension)
          Deprecated. Use Team.createMerger(String) instead.
 

Uses of IStorageMerger in org.eclipse.team.core.mapping
 

Classes in org.eclipse.team.core.mapping that implement IStorageMerger
 class DelegatingStorageMerger
          This storage merger delegates to the appropriate merger or returns a conflict if no merger is available or if a merge was not possible.
 

Methods in org.eclipse.team.core.mapping that return IStorageMerger
protected   IStorageMerger DelegatingStorageMerger. createDelegateMerger ( IStorage target)
          Create a merger for the given storage or return null if an appropriate merger could not be created.
static  IStorageMerger DelegatingStorageMerger. createTextMerger ()
          Return the storage merger associated with the IContentTypeManager.CT_TEXT content type.
static  IStorageMerger DelegatingStorageMerger. getInstance ()
          Helper method that returns a singleton instance that can be used to merge two IStorage instances.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire