|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomConflictOptionFactory
Interface for extension point. This is used to register new options for a merge decision.
| Method Summary | |
|---|---|
CustomConflictOption |
createCustomConflictOption(VisualConflict conflict)
Creates the custom option. |
boolean |
isApplicableConflict(VisualConflict conflict)
Check whether custom option is applicable for given conflict. |
| Method Detail |
|---|
boolean isApplicableConflict(VisualConflict conflict)
conflict - to check
CustomConflictOption createCustomConflictOption(VisualConflict conflict)
isApplicableConflict(VisualConflict) has returned
true and
only then.
conflict - parent conflict
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||