Modifier and Type | Method and Description |
---|---|
IStorageProvider |
RemoteMappingContextStorageAccessor.getStorageProvider(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(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 |
---|---|
IStorageProvider |
IStorageProviderAccessor.getStorageProvider(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, 2014 Obeo and others. All rights reserved.