Package org.eclipse.compare
Interface IResourceProvider
-
- All Known Implementing Classes:
HistoryItem,ResourceNode
public interface IResourceProvider- Since:
- 3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IResourcegetResource()Returns the corresponding resource for this object ornull.
-
-
-
Method Detail
-
getResource
IResource getResource()
Returns the corresponding resource for this object ornull.- Returns:
- the corresponding resource or
null
-
-