public class ResourceVariantStorageProvider extends Object implements IStorageProvider
| Constructor and Description | 
|---|
| ResourceVariantStorageProvider(org.eclipse.team.core.variants.IResourceVariant variant)Wraps a resource variant as a storage provider. | 
| Modifier and Type | Method and Description | 
|---|---|
| org.eclipse.core.resources.IStorage | getStorage(org.eclipse.core.runtime.IProgressMonitor monitor)Retrieves the underlying storage of this provider. | 
public ResourceVariantStorageProvider(org.eclipse.team.core.variants.IResourceVariant variant)
variant - The wrapped resource variant.public org.eclipse.core.resources.IStorage getStorage(org.eclipse.core.runtime.IProgressMonitor monitor)
                                               throws org.eclipse.core.runtime.CoreException
getStorage in interface IStorageProvidermonitor - Monitor on which to report progress information.org.eclipse.core.runtime.CoreException - Thrown if the underlying storage cannot be retrieved.IStorageProvider.getStorage(org.eclipse.core.runtime.IProgressMonitor)
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.