| Modifier and Type | Method and Description | 
|---|---|
| org.eclipse.core.resources.IFile | RemoteMappingContextStorageAccessor. getFileAfterRename(org.eclipse.core.resources.IFile originFile,
                  IStorageProviderAccessor.DiffSide side)Given an origin file, this method optionally returns the corresponding  IFileafter it has been
 renamed on the respectiveside, if it has been renamed at all. | 
| org.eclipse.core.resources.IFile | SubscriberStorageAccessor. getFileAfterRename(org.eclipse.core.resources.IFile originFile,
                  IStorageProviderAccessor.DiffSide side)Given an origin file, this method optionally returns the corresponding  IFileafter it has been
 renamed on the respectiveside, if it has been renamed at all. | 
| com.google.common.base.Optional<org.eclipse.core.resources.IFile> | RenameDetector. getFileAfterRename(org.eclipse.core.resources.IFile originFile,
                  IStorageProviderAccessor.DiffSide side)Given an origin file, this method optionally returns the corresponding  IFileafter it has been
 renamed on the respectiveside, if it has been renamed at all. | 
| org.eclipse.core.resources.IFile | RemoteMappingContextStorageAccessor. getFileBeforeRename(org.eclipse.core.resources.IFile sourceOrRemoteFile,
                   IStorageProviderAccessor.DiffSide side)Given a source or remote file, this method optionally returns the corresponding  IFilebefore it
 has been renamed on the respectiveside, if it has been renamed at all. | 
| org.eclipse.core.resources.IFile | SubscriberStorageAccessor. getFileBeforeRename(org.eclipse.core.resources.IFile sourceOrRemoteFile,
                   IStorageProviderAccessor.DiffSide side)Given a source or remote file, this method optionally returns the corresponding  IFilebefore it
 has been renamed on the respectiveside, if it has been renamed at all. | 
| com.google.common.base.Optional<org.eclipse.core.resources.IFile> | RenameDetector. getFileBeforeRename(org.eclipse.core.resources.IFile sourceOrRemoteFile,
                   IStorageProviderAccessor.DiffSide side)Given a source or remote file, this method optionally returns the corresponding  IFilebefore it
 has been renamed on the respectiveside, if it has been renamed at all. | 
| IStorageProvider | RemoteMappingContextStorageAccessor. getStorageProvider(org.eclipse.core.resources.IResource resource,
                  IStorageProviderAccessor.DiffSide side)This will be called by the URI Converter to get the content associated with the given local resource
 (which might not exist locally). | 
| IStorageProvider | SubscriberStorageAccessor. getStorageProvider(org.eclipse.core.resources.IResource resource,
                  IStorageProviderAccessor.DiffSide side)This will be called by the URI Converter to get the content associated with the given local resource
 (which might not exist locally). | 
| Constructor and Description | 
|---|
| RevisionedURIConverter(URIConverter delegate,
                      IStorageProviderAccessor storageAccessor,
                      IStorageProviderAccessor.DiffSide side)Instantiates our URI converter given its delegate. | 
| Modifier and Type | Method and Description | 
|---|---|
| static IStorageProviderAccessor.DiffSide | IStorageProviderAccessor.DiffSide. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static IStorageProviderAccessor.DiffSide[] | IStorageProviderAccessor.DiffSide. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| org.eclipse.core.resources.IFile | IStorageProviderAccessor. getFileAfterRename(org.eclipse.core.resources.IFile originFile,
                  IStorageProviderAccessor.DiffSide side)Given an origin file, this method optionally returns the corresponding  IFileafter it has been
 renamed on the respectiveside, if it has been renamed at all. | 
| org.eclipse.core.resources.IFile | IStorageProviderAccessor. getFileBeforeRename(org.eclipse.core.resources.IFile sourceOrRemoteFile,
                   IStorageProviderAccessor.DiffSide side)Given a source or remote file, this method optionally returns the corresponding  IFilebefore it
 has been renamed on the respectiveside, if it has been renamed at all. | 
| IStorageProvider | IStorageProviderAccessor. getStorageProvider(org.eclipse.core.resources.IResource resource,
                  IStorageProviderAccessor.DiffSide side)This will be called by the URI Converter to get the content associated with the given local resource
 (which might not exist locally). | 
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.