public class MergeResolutionManager extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | EXTENSION_POINTThe name of the extension point. | 
| Constructor and Description | 
|---|
| MergeResolutionManager(MergeResolutionListenerRegistry registry)Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | handleFlush(Object input)Called when a merge result view's flush method is called. | 
public static final String EXTENSION_POINT
public MergeResolutionManager(MergeResolutionListenerRegistry registry)
registry - The MergeResolutionListenerRegistry instance to managepublic void handleFlush(Object input)
input - The content of the merge resolution being flushed. This can either be a Match, a
            Diff or a MatchResource object.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.