Interface IResourceMapper
public interface IResourceMapper
An
IResourceMapper provides methods to map an original
resource to its refactored counterparts.
An IResourceMapper can be obtained via
PlatformObject.getAdapter(Class).
This interface is intended to be implemented by clients.
- Since:
- 3.2
-
Method Summary
Modifier and TypeMethodDescriptiongetRefactoredResource(IResource element) Returns the refactored resource for the given element.
-
Method Details
-
getRefactoredResource
-