Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.hook.sourceMapper
Interface SourceMapper


public interface SourceMapper

Services implementing this interface are capable of mapping a source file resource to another source file resource.


Method Summary
 IFile getMappedResource(IFile sourceFile)
          Return a mapped resource or null if the original resource should be used.
 

Method Detail

getMappedResource

IFile getMappedResource(IFile sourceFile)
Return a mapped resource or null if the original resource should be used.

Parameters:
sourceResource -
Returns:

Mobile Tools for Java
Release 1.0