Eclipse Platform
Release 3.4

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
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.
protected  IStorageMerger DelegatingStorageMerger.createDelegateMerger(IStorage target)
          Create a merger for the given storage or return null if an appropriate merger could not be created.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

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