Package org.eclipse.compare
Interface IResourceProvider
- All Known Implementing Classes:
- BufferedResourceNode,- HistoryItem,- ResourceNode
public interface IResourceProvider
- Since:
- 3.1
- 
Method SummaryModifier and TypeMethodDescriptionReturns the corresponding resource for this object ornull.
- 
Method Details- 
getResourceIResource getResource()Returns the corresponding resource for this object ornull.- Returns:
- the corresponding resource or null
 
 
-