Interface ExtensionMatcher<T,S>
- Type Parameters:
T- type oneS- type two
public interface ExtensionMatcher<T,S>
A ExtensionMatcher.
- Author:
- Stefano Maestri
-
Method Summary
-
Method Details
-
match
Match two Onject of give generics type as mergeable each other- Parameters:
left- an object of T typeright- an object of S type- Returns:
- true if objects could be considered mergeable. IOW if they refer to same artifact
-